mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +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"
|
||||
|
||||
# The configure script breaks if the HOST variable is set
|
||||
HOST[unexport] = "1"
|
||||
|
||||
do_install () {
|
||||
oe_runmake install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user