]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemu: define PACKAGECONFIG[] for ssh2
authorJoe Slater <jslater@windriver.com>
Mon, 12 May 2014 18:54:04 +0000 (11:54 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 May 2014 18:24:03 +0000 (19:24 +0100)
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@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/qemu/qemu.inc

index c21bd11356400d403d85ee115ca163f2929e8d85..076e8ad92942a3510f9cb95dc609844416304699 100644 (file)
@@ -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"