From patchwork Mon Oct 10 21:39:08 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 680573 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3stD6V4ZD9z9sBR for ; Tue, 11 Oct 2016 08:39:30 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=Z8FMGnYs; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id A212A8577A; Mon, 10 Oct 2016 21:39:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9e6JIztFQaOe; Mon, 10 Oct 2016 21:39:25 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id ABCD7C0C4C; Mon, 10 Oct 2016 21:39:25 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 775D21C2011 for ; Mon, 10 Oct 2016 21:39:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 76380898A0 for ; Mon, 10 Oct 2016 21:39:24 +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 hVeB-qAlpJvJ for ; Mon, 10 Oct 2016 21:39:24 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id C498A8AD4E for ; Mon, 10 Oct 2016 21:39:23 +0000 (UTC) Received: from asgard (cpe-190-55-196-87.telecentro-reversos.com.ar [190.55.196.87] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.2/8.15.2) with ESMTPSA id u9ALdGY4022549 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 10 Oct 2016 21:39:19 GMT DMARC-Filter: OpenDMARC Filter v1.3.1 www.zacarias.com.ar u9ALdGY4022549 Authentication-Results: zacarias.com.ar; dmarc=fail header.from=zacarias.com.ar Authentication-Results: zacarias.com.ar; spf=pass smtp.mailfrom=gustavo@zacarias.com.ar DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1476135561; bh=BWVeFLP+1ORitaQDfUuVBl3RcgMiqzEO6HQ+E4FLtn4=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Z8FMGnYsg170H6aSB1LOQtKT/+B4BduQt4S4VMU9Xri1thCkQR4emKFHRg6NzB1kq xBw88dfyxVmvPbNW8or40wWOgyOoNq0HaXi/T1hRV1JL0K+vZ+k46E+bAZrD+bPEnu Upx8HhgwIvsiEzGwChcrM0vzO5dT2xHUmc3mP51M= Received: by asgard (sSMTP sendmail emulation); Mon, 10 Oct 2016 18:39:16 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 10 Oct 2016 18:39:08 -0300 Message-Id: <1476135549-32056-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.7.3 In-Reply-To: <1476135549-32056-1-git-send-email-gustavo@zacarias.com.ar> References: <1476135549-32056-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.99 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/3] Revert "Revert "libglib2: add host-util-linux for host variant"" X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" This reverts commit 2f556ab99f51a0b90183610a7fecb9ed22ed4aa3. Signed-off-by: Gustavo Zacarias --- package/libglib2/libglib2.mk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package/libglib2/libglib2.mk b/package/libglib2/libglib2.mk index 5bc6ed5..f199a4a 100644 --- a/package/libglib2/libglib2.mk +++ b/package/libglib2/libglib2.mk @@ -105,7 +105,12 @@ LIBGLIB2_DEPENDENCIES = \ libffi pcre util-linux zlib $(if $(BR2_NEEDS_GETTEXT),gettext) HOST_LIBGLIB2_DEPENDENCIES = \ - host-gettext host-libffi host-pcre host-pkgconf host-zlib + host-gettext \ + host-libffi \ + host-pcre \ + host-pkgconf \ + host-util-linux \ + host-zlib LIBGLIB2_CONF_OPTS = \ --with-pcre=system