mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e130d2c8eb
commit
8e22337e22
@@ -93,6 +93,7 @@ PACKAGECONFIG[uuid] = "--enable-uuid,--disable-uuid,util-linux,"
|
|||||||
PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses,"
|
PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses,"
|
||||||
PACKAGECONFIG[gtk+] = "--enable-gtk,--disable-gtk,gtk+ libvte,"
|
PACKAGECONFIG[gtk+] = "--enable-gtk,--disable-gtk,gtk+ libvte,"
|
||||||
PACKAGECONFIG[libcap-ng] = "--enable-cap-ng,--disable-cap-ng,libcap-ng,"
|
PACKAGECONFIG[libcap-ng] = "--enable-cap-ng,--disable-cap-ng,libcap-ng,"
|
||||||
|
PACKAGECONFIG[ssh2] = "--enable-libssh2,--disable-libssh2,libssh2,"
|
||||||
|
|
||||||
# Qemu target will not build in world build for ARM or Mips
|
# Qemu target will not build in world build for ARM or Mips
|
||||||
BROKEN_qemuarm = "1"
|
BROKEN_qemuarm = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user