Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] wget: Depends on libuuid
@ 2014-07-01  9:15 Alexander Potashev
  2014-07-01  9:32 ` Baruch Siach
  2014-07-01  9:35 ` Thomas Petazzoni
  0 siblings, 2 replies; 7+ messages in thread
From: Alexander Potashev @ 2014-07-01  9:15 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Alexander Potashev <a.potashev@geoscan.aero>
---
 package/wget/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/wget/Config.in b/package/wget/Config.in
index 26a2019..fc7ee26 100644
--- a/package/wget/Config.in
+++ b/package/wget/Config.in
@@ -3,6 +3,8 @@ config BR2_PACKAGE_WGET
 	# fork()
 	depends on BR2_USE_MMU
 	depends on BR2_USE_WCHAR
+	select BR2_PACKAGE_UTIL_LINUX
+	select BR2_PACKAGE_UTIL_LINUX_LIBUUID
 	help
 	  Network utility to retrieve files from http, https and ftp.
 
-- 
1.9.3

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-07-01 11:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-01  9:15 [Buildroot] [PATCH] wget: Depends on libuuid Alexander Potashev
2014-07-01  9:32 ` Baruch Siach
2014-07-01  9:35 ` Thomas Petazzoni
     [not found]   ` <2414587.c08SQIiSAD@aspotashev>
2014-07-01 10:07     ` Baruch Siach
2014-07-01 10:12       ` Alexander Potashev
2014-07-01 11:29         ` Peter Korsgaard
2014-07-01 10:08   ` Alexander Potashev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox