diff options
author | Joe Slater <jslater@windriver.com> | 2014-05-12 11:54:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-13 19:32:06 +0100 |
commit | 939fce4d98c3ee603742250dd39b9b9f4f20825b (patch) | |
tree | 2b370006a8de3a9988f6aa4a81a9289c8ed38174 /meta | |
parent | 579964a43827a81c3d83d84da156c32e62b62ae5 (diff) | |
download | poky-939fce4d98c3ee603742250dd39b9b9f4f20825b.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)
Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index c21bd11356..076e8ad929 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," | |||
94 | PACKAGECONFIG[gtk+] = "--enable-gtk,--disable-gtk,gtk+ libvte," | 94 | PACKAGECONFIG[gtk+] = "--enable-gtk,--disable-gtk,gtk+ libvte," |
95 | PACKAGECONFIG[libcap-ng] = "--enable-cap-ng,--disable-cap-ng,libcap-ng," | 95 | PACKAGECONFIG[libcap-ng] = "--enable-cap-ng,--disable-cap-ng,libcap-ng," |
96 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl," | 96 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl," |
97 | PACKAGECONFIG[ssh2] = "--enable-libssh2,--disable-libssh2,libssh2," | ||
97 | 98 | ||
98 | # Qemu target will not build in world build for ARM or Mips | 99 | # Qemu target will not build in world build for ARM or Mips |
99 | BROKEN_qemuarm = "1" | 100 | BROKEN_qemuarm = "1" |