wget: add optional libuuid dependency

Reported-by: Alexander Potashev <a.potashev@geoscan.aero>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2014-07-01 13:28:33 +02:00
parent dfbabec6ec
commit faa9e1a6bb

View File

@ -37,6 +37,10 @@ ifeq ($(BR2_PACKAGE_OPENSSL),y)
WGET_DEPENDENCIES += openssl
endif
ifeq ($(BR2_PACKAGE_UTIL_LINUX_LIBUUID),y)
WGET_DEPENDENCIES += util-linux
endif
# --with-ssl is default
ifneq ($(BR2_PACKAGE_GNUTLS),y)
ifneq ($(BR2_PACKAGE_OPENSSL),y)