[oe-commits] Joe Slater : qemu: define PACKAGECONFIG[] for ssh2

git at git.openembedded.org git at git.openembedded.org
Tue May 13 07:02:42 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 5b46575c36b05edbad89c72607689d8fb1aea45c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5b46575c36b05edbad89c72607689d8fb1aea45c

Author: Joe Slater <jslater at windriver.com>
Date:   Mon May 12 11:54:04 2014 -0700

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.

Signed-off-by: Joe Slater <jslater at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/qemu/qemu.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index c21bd11..076e8ad 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -94,6 +94,7 @@ PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses,"
 PACKAGECONFIG[gtk+] = "--enable-gtk,--disable-gtk,gtk+ libvte,"
 PACKAGECONFIG[libcap-ng] = "--enable-cap-ng,--disable-cap-ng,libcap-ng,"
 PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl,"
+PACKAGECONFIG[ssh2] = "--enable-libssh2,--disable-libssh2,libssh2,"
 
 # Qemu target will not build in world build for ARM or Mips
 BROKEN_qemuarm = "1"



More information about the Openembedded-commits mailing list