mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 15:22:54 +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:
parent
26a6079237
commit
efc47a8999
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user