From efc47a89990aa7fd4f57b42a1d4f21725ae99fee Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 9 Jun 2010 11:29:30 +0100 Subject: pciutils: Stop build breakage if HOST is set in the environment Signed-off-by: Richard Purdie --- meta/packages/pciutils/pciutils_3.0.3.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta') 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 } -- cgit v1.2.3-54-g00ecf