xen: More recent versions of bitbake require double quotes on variable definitions.

Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
This commit is contained in:
Raymond Danks 2012-07-02 14:38:00 -06:00
parent 5a9b122c92
commit 31e784e058
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
XEN_DISABLE_XEND= XEN_DISABLE_XEND=""
DEPENDS += "python python-native udev" DEPENDS += "python python-native udev"
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" 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"

View File

@ -5,7 +5,7 @@ SECTION = "console/tools"
PR = "r0" PR = "r0"
# Disable xend and python support # Disable xend and python support
XEN_DISABLE_XEND=1 XEN_DISABLE_XEND = "1"
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" 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"

View File

@ -2,7 +2,7 @@
# Build is not yet verified as functional # Build is not yet verified as functional
# Setting BROKEN for now # Setting BROKEN for now
BROKEN=1 BROKEN = "1"
inherit autotools inherit autotools