1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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
+3
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
}