From 0788cf349fe37ef4a36c626dbc396c97d1ab14d7 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Thu, 27 Sep 2012 20:33:13 -0500 Subject: binutils.inc: add vardep on multiarch DISTRO_FEATURE binutils will build differently if this feature is enabled, so make the do_configure step depend on it Signed-off-by: Matthew McClintock Signed-off-by: Richard Purdie --- meta/recipes-devtools/binutils/binutils.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc index ee748a402a..ff64882d14 100644 --- a/meta/recipes-devtools/binutils/binutils.inc +++ b/meta/recipes-devtools/binutils/binutils.inc @@ -80,6 +80,8 @@ export CC_FOR_BUILD = "LD_LIBRARY_PATH= ${BUILD_CC}" export CPP_FOR_BUILD = "${BUILD_CPP}" export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}" +MULTIARCH := "${@bb.utils.contains("DISTRO_FEATURES", "multiarch", "yes", "no", d)}" +do_configure[vardeps] += "MULTIARCH" do_configure () { (cd ${S}; gnu-configize) || die "Failed to run gnu-configize" oe_runconf -- cgit 1.2.3-korg