pciutils: Stop build breakage if HOST is set in the environment

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-06-09 11:29:30 +01:00
parent 26a6079237
commit efc47a8999

View File

@@ -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
}