mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
wget: disable uuid by default
This will ensure a consistent build and not add additional dependency of util-linux to wget (From OE-Core rev: 919e4335c5f907fde4b46eb0cd421fbd360ddbae) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2129c5d9ef
commit
efbb9f83ff
@@ -9,7 +9,8 @@ INC_PR = "r16"
|
||||
inherit autotools gettext update-alternatives
|
||||
|
||||
EXTRA_OECONF = "--with-libc --enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} \
|
||||
--with-ssl=openssl --disable-rpath --disable-iri"
|
||||
--with-ssl=openssl --disable-rpath --disable-iri \
|
||||
ac_cv_header_uuid_uuid_h=no"
|
||||
|
||||
ALTERNATIVE_${PN} = "wget"
|
||||
ALTERNATIVE_PRIORITY = "100"
|
||||
|
||||
Reference in New Issue
Block a user