summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen-python.inc
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 /recipes-extended/xen/xen-python.inc
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>
Diffstat (limited to 'recipes-extended/xen/xen-python.inc')
-rw-r--r--recipes-extended/xen/xen-python.inc2
1 files changed, 1 insertions, 1 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"