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:
Saul Wold 2013-05-22 17:51:40 -07:00 committed by Richard Purdie
parent 2129c5d9ef
commit efbb9f83ff
1 changed files with 2 additions and 1 deletions

View File

@ -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"