summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2014-05-12 11:54:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-29 13:43:26 +0100
commit8e22337e22e0cb969cc7e66eec42bb0c5185cd08 (patch)
tree526a844e087056a7435ab26768ed6a406895e835 /meta/recipes-devtools
parente130d2c8ebc0ac12889d210d8051e72328a0b96a (diff)
downloadpoky-8e22337e22e0cb969cc7e66eec42bb0c5185cd08.tar.gz
qemu: define PACKAGECONFIG[] for ssh2
qemu configure will search for libssh2 if we do not enable or disable it's use, resulting in non-deterministic builds. We define PACKAGECONFIG[] to avoid this. (From OE-Core rev: ecb819b12a89e4e944974068d2e20ed226979317) (From OE-Core rev: f9f2f347571b0c15813354de1a2ce275c878b7fb) Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 7eef705206..b48a0402bb 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -93,6 +93,7 @@ PACKAGECONFIG[uuid] = "--enable-uuid,--disable-uuid,util-linux,"
93PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses," 93PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses,"
94PACKAGECONFIG[gtk+] = "--enable-gtk,--disable-gtk,gtk+ libvte," 94PACKAGECONFIG[gtk+] = "--enable-gtk,--disable-gtk,gtk+ libvte,"
95PACKAGECONFIG[libcap-ng] = "--enable-cap-ng,--disable-cap-ng,libcap-ng," 95PACKAGECONFIG[libcap-ng] = "--enable-cap-ng,--disable-cap-ng,libcap-ng,"
96PACKAGECONFIG[ssh2] = "--enable-libssh2,--disable-libssh2,libssh2,"
96 97
97# Qemu target will not build in world build for ARM or Mips 98# Qemu target will not build in world build for ARM or Mips
98BROKEN_qemuarm = "1" 99BROKEN_qemuarm = "1"