diff mbox

boost: fixup host variant dependencies

Message ID 1386684657-15391-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit b46aa39e3d759db5df553ac591396677afa51d51
Headers show

Commit Message

Gustavo Zacarias Dec. 10, 2013, 2:10 p.m. UTC
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 <gustavo@zacarias.com.ar>
---
 package/boost/boost.mk | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Thomas De Schampheleire Dec. 10, 2013, 9:13 p.m. UTC | #1
On Tue, Dec 10, 2013 at 3:10 PM, Gustavo Zacarias
<gustavo@zacarias.com.ar> wrote:
> 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 <gustavo@zacarias.com.ar>
> ---
>  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 \

Reviewed-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Peter Korsgaard Dec. 11, 2013, 9:20 p.m. UTC | #2
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > 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 <gustavo@zacarias.com.ar>

Committed, thanks.
diff mbox

Patch

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 \