diff options
author | Raymond Danks <ray.danks@se-eng.com> | 2012-07-02 14:38:00 -0600 |
---|---|---|
committer | Raymond Danks <ray.danks@se-eng.com> | 2012-07-02 14:39:13 -0600 |
commit | 31e784e058121f2318f9ecc71d43174c77dbd6c1 (patch) | |
tree | 1b963e96ceb2006a5d907c4bc925d7575beb3252 | |
parent | 5a9b122c927424e42fb4aa9661b66b42e28d9546 (diff) | |
download | meta-virtualization-31e784e058121f2318f9ecc71d43174c77dbd6c1.tar.gz |
xen: More recent versions of bitbake require double quotes on variable definitions.
Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
-rw-r--r-- | recipes-extended/xen/xen-python.inc | 2 | ||||
-rw-r--r-- | recipes-extended/xen/xen.inc | 2 | ||||
-rw-r--r-- | recipes-extended/xen/xen_hg.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-extended/xen/xen-python.inc b/recipes-extended/xen/xen-python.inc index 33b518d6..a54db07c 100644 --- a/recipes-extended/xen/xen-python.inc +++ b/recipes-extended/xen/xen-python.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | XEN_DISABLE_XEND= | 1 | XEN_DISABLE_XEND="" |
2 | 2 | ||
3 | DEPENDS += "python python-native udev" | 3 | DEPENDS += "python python-native udev" |
4 | RDEPENDS_${PN}-python = "xen python python-lang python-re python-fcntl python-shell python-io python-threading python-stringold python-math python-crypt python-logging python-pickle python-xmlrpc python-netclient python-mime python-unixadmin python-compression python-mmap python-textutils python-resource python-terminal python-pprint python-curses" | 4 | RDEPENDS_${PN}-python = "xen python python-lang python-re python-fcntl python-shell python-io python-threading python-stringold python-math python-crypt python-logging python-pickle python-xmlrpc python-netclient python-mime python-unixadmin python-compression python-mmap python-textutils python-resource python-terminal python-pprint python-curses" |
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index a2723b97..c75a7091 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc | |||
@@ -5,7 +5,7 @@ SECTION = "console/tools" | |||
5 | PR = "r0" | 5 | PR = "r0" |
6 | 6 | ||
7 | # Disable xend and python support | 7 | # Disable xend and python support |
8 | XEN_DISABLE_XEND=1 | 8 | XEN_DISABLE_XEND = "1" |
9 | 9 | ||
10 | DEPENDS = "util-linux util-linux-native file-native zlib ncurses openssl bison-native flex-native gettext dev86-native iasl-native pciutils virtual/libgl virtual/libsdl bridge-utils iproute2 procps" | 10 | DEPENDS = "util-linux util-linux-native file-native zlib ncurses openssl bison-native flex-native gettext dev86-native iasl-native pciutils virtual/libgl virtual/libsdl bridge-utils iproute2 procps" |
11 | 11 | ||
diff --git a/recipes-extended/xen/xen_hg.bb b/recipes-extended/xen/xen_hg.bb index ef8e595e..bdb4d323 100644 --- a/recipes-extended/xen/xen_hg.bb +++ b/recipes-extended/xen/xen_hg.bb | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | # Build is not yet verified as functional | 3 | # Build is not yet verified as functional |
4 | # Setting BROKEN for now | 4 | # Setting BROKEN for now |
5 | BROKEN=1 | 5 | BROKEN = "1" |
6 | 6 | ||
7 | inherit autotools | 7 | inherit autotools |
8 | 8 | ||