summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Danks <ray.danks@se-eng.com>2012-07-02 14:38:00 -0600
committerRaymond Danks <ray.danks@se-eng.com>2012-07-02 14:39:13 -0600
commit31e784e058121f2318f9ecc71d43174c77dbd6c1 (patch)
tree1b963e96ceb2006a5d907c4bc925d7575beb3252
parent5a9b122c927424e42fb4aa9661b66b42e28d9546 (diff)
downloadmeta-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.inc2
-rw-r--r--recipes-extended/xen/xen.inc2
-rw-r--r--recipes-extended/xen/xen_hg.bb2
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 @@
1XEN_DISABLE_XEND= 1XEN_DISABLE_XEND=""
2 2
3DEPENDS += "python python-native udev" 3DEPENDS += "python python-native udev"
4RDEPENDS_${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" 4RDEPENDS_${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"
5PR = "r0" 5PR = "r0"
6 6
7# Disable xend and python support 7# Disable xend and python support
8XEN_DISABLE_XEND=1 8XEN_DISABLE_XEND = "1"
9 9
10DEPENDS = "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" 10DEPENDS = "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
5BROKEN=1 5BROKEN = "1"
6 6
7inherit autotools 7inherit autotools
8 8