summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-04-09 17:06:42 +0100
committerBaserock Gerrit <gerrit@baserock.org>2015-04-09 16:45:42 +0000
commitc433876ad2f8c85247a4ef6a8c53207980765037 (patch)
treecabd096727ff1f37a5434e5d3ec1fb941a2c9d1b
parentdf5dcd55aa0e0691dfb9cb8793a13298e6157474 (diff)
downloaddefinitions-c433876ad2f8c85247a4ef6a8c53207980765037.tar.gz
Add ebtables as build-dependency of libvirt
libvirt set the path of ebtables to /sbin during configuration time if they are not present on the system: AC_PATH_PROG([EBTABLES_PATH], [ebtables], /sbin/ebtables, [/usr/sbin:$PATH]) AC_DEFINE_UNQUOTED([EBTABLES_PATH], "$EBTABLES_PATH", [path to ebtables binary]) So adding ebtables as a build dependency will set correctly the ebtlabes binary path. Change-Id: I97c3dbbc9cffd86113248ce0d39251068a6cc78c
-rw-r--r--strata/virtualization.morph11
1 files changed, 6 insertions, 5 deletions
diff --git a/strata/virtualization.morph b/strata/virtualization.morph
index 54e15727..203cfae3 100644
--- a/strata/virtualization.morph
+++ b/strata/virtualization.morph
@@ -45,6 +45,11 @@ chunks:
repo: upstream:dmidecode
ref: 47a0aa5d6696a83922ee70279b7253a4e55947d5
unpetrify-ref: master
+- name: ebtables
+ morph: strata/virtualization/ebtables.morph
+ repo: upstream:ebtables
+ ref: f4bdc80ae8c1a79b4ab5dcb8431ad85aea618d66
+ unpetrify-ref: master
- name: libvirt
morph: strata/virtualization/libvirt.morph
repo: upstream:libvirt
@@ -57,6 +62,7 @@ chunks:
- xml-catalog
- yajl
- dmidecode
+ - ebtables
- name: pycurl
repo: upstream:pycurl
ref: 5ca370827d88817eeca3c56cbb37e4ddccc16c6e
@@ -107,11 +113,6 @@ chunks:
build-depends:
- libvirt-python
- libosinfo
-- name: ebtables
- morph: strata/virtualization/ebtables.morph
- repo: upstream:ebtables
- ref: f4bdc80ae8c1a79b4ab5dcb8431ad85aea618d66
- unpetrify-ref: master
- name: openvswitch
morph: strata/virtualization/openvswitch.morph
repo: upstream:openvswitch