From: Richard Purdie Date: Wed, 9 Jun 2010 10:29:30 +0000 (+0100) Subject: pciutils: Stop build breakage if HOST is set in the environment X-Git-Tag: 2011-1~5895 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=efc47a89990aa7fd4f57b42a1d4f21725ae99fee;p=openembedded-core.git pciutils: Stop build breakage if HOST is set in the environment Signed-off-by: Richard Purdie --- diff --git a/meta/packages/pciutils/pciutils_3.0.3.bb b/meta/packages/pciutils/pciutils_3.0.3.bb index ce683a152a..a05a69b61a 100644 --- a/meta/packages/pciutils/pciutils_3.0.3.bb +++ b/meta/packages/pciutils/pciutils_3.0.3.bb @@ -23,6 +23,9 @@ export MANDIR = "${D}${mandir}" LDFLAGS += "-lz" +# The configure script breaks if the HOST variable is set +HOST[unexport] = "1" + do_install () { oe_runmake install }