From patchwork Tue Jul 1 09:15:29 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Potashev X-Patchwork-Id: 365990 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 726341400F1 for ; Tue, 1 Jul 2014 19:23:40 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 36139321E9; Tue, 1 Jul 2014 09:23:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VosNvqf+ozym; Tue, 1 Jul 2014 09:23:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id CAFB825F88; Tue, 1 Jul 2014 09:23:35 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id E1A501BF9E5 for ; Tue, 1 Jul 2014 09:23:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DE877896CC for ; Tue, 1 Jul 2014 09:23:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id U6NYzlDWuNqX for ; Tue, 1 Jul 2014 09:23:32 +0000 (UTC) X-Greylist: delayed 00:07:59 by SQLgrey-1.7.6 Received: from forward1l.mail.yandex.net (forward1l.mail.yandex.net [84.201.143.144]) by whitealder.osuosl.org (Postfix) with ESMTPS id 7DAB089606 for ; Tue, 1 Jul 2014 09:23:32 +0000 (UTC) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward1l.mail.yandex.net (Yandex) with ESMTP id 3FC901520DF1 for ; Tue, 1 Jul 2014 13:15:30 +0400 (MSK) Received: from smtp1h.mail.yandex.net (localhost [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id EEB081340EC8 for ; Tue, 1 Jul 2014 13:15:29 +0400 (MSK) Received: from unknown (unknown [195.239.73.138]) by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id WBAAvUTrLX-FThGNnUP; Tue, 1 Jul 2014 13:15:29 +0400 (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (Client certificate not present) X-Yandex-Uniq: bc6706f4-69bd-46ed-8b26-e8273058beea DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=geoscan.aero; s=mail; t=1404206129; bh=K336b/Z9lkEvOomNvPI/tj7zazi6yDjSCZc8wZV6/3k=; h=From:To:Subject:Date:Message-Id:X-Mailer; b=M9eQlDUaoRHN1Hu8P7EfqxrrjxhUYgCTkwWWIcnABvZMwOcq9qMPYwM7BAwBDViQu sqCTN52E/+a85lknnkLijbXKr6w+umjnZ/uZaJjc3HJn346w0N/agsi9Yy7gC8eMkp rXl/PUqRlkRnzr3MXfm+tgjN6cjgffpf03SNqNZ8= Authentication-Results: smtp1h.mail.yandex.net; dkim=pass header.i=@geoscan.aero From: Alexander Potashev To: buildroot@busybox.net Date: Tue, 1 Jul 2014 13:15:29 +0400 Message-Id: <1404206129-27696-1-git-send-email-a.potashev@geoscan.aero> X-Mailer: git-send-email 1.9.3 Subject: [Buildroot] [PATCH] wget: Depends on libuuid X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Alexander Potashev --- 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.