mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
5a9b122c92
commit
31e784e058
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user