From patchwork Tue Dec 10 14:10:57 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 299492 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 47E942C0327 for ; Wed, 11 Dec 2013 09:29:09 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id D4DC98B164; Tue, 10 Dec 2013 14:11:14 +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 KiyMhofHBGoA; Tue, 10 Dec 2013 14:11:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0730E8AF96; Tue, 10 Dec 2013 14:11:13 +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 399811BF974 for ; Tue, 10 Dec 2013 14:11:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 355E88B2AF for ; Tue, 10 Dec 2013 14:11:12 +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 j4+55dKMT+2n for ; Tue, 10 Dec 2013 14:11:10 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 129F88AFFD for ; Tue, 10 Dec 2013 14:11:09 +0000 (UTC) Received: from asgard (host7.190-31-1.telecom.net.ar [190.31.1.7]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id rBAEB3rp009433 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 10 Dec 2013 14:11:06 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1386684667; bh=bP25FyEWN2124ovhIU3CpVOh6Fps+hPLeqRK30RAmG8=; h=From:To:Cc:Subject:Date; b=iHlI4T8fFCGE8zxa2NCxNA4P5sRmwG+BlPa1UTxUKlZqnmjYkQYC0O3r2cuoBQsao zdQCqAGQofru2Q/RyYkQocXBBOwD2raK04nfzopMw/GthPutQ45jJpLJB5/9j6viHr 19jEezqY38Eem3MLuvF1WQeK6zhAWHSbo3l3w6Mc= Received: by asgard (sSMTP sendmail emulation); Tue, 10 Dec 2013 11:10:57 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 10 Dec 2013 11:10:57 -0300 Message-Id: <1386684657-15391-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.3.2 X-Virus-Scanned: clamav-milter 0.98 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] boost: fixup host variant dependencies 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 Define an empty HOST_BOOST_DEPENDENCIES to avoid inheriting BOOST_DEPENDENCIES. Also ditch redundant empty definitions for BOOST_DEPENDENCIES and BOOST_FLAGS. Fixes: http://autobuild.buildroot.net/results/9c6/9c64dd473a8096bb6343d746544997e333053e8b/ Signed-off-by: Gustavo Zacarias Reviewed-by: Thomas De Schampheleire --- package/boost/boost.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package/boost/boost.mk b/package/boost/boost.mk index b97d12b..d6d10e1 100644 --- a/package/boost/boost.mk +++ b/package/boost/boost.mk @@ -13,9 +13,7 @@ BOOST_INSTALL_STAGING = YES TARGET_CC_VERSION = $(shell $(TARGET_CC) -dumpversion) HOST_CC_VERSION = $(shell $(HOSTCC) -dumpversion) -BOOST_DEPENDENCIES = - -BOOST_FLAGS = +HOST_BOOST_DEPENDENCIES = # keep host variant as minimal as possible HOST_BOOST_FLAGS = --without-icu \