mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02: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:
@@ -23,6 +23,9 @@ export MANDIR = "${D}${mandir}"
|
|||||||
|
|
||||||
LDFLAGS += "-lz"
|
LDFLAGS += "-lz"
|
||||||
|
|
||||||
|
# The configure script breaks if the HOST variable is set
|
||||||
|
HOST[unexport] = "1"
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
oe_runmake install
|
oe_runmake install
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user