mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
pciutils: Fix multilib header conflict - pci/config.h
pci/config.h conflicts between 32-bit and 64-bit versions. (From OE-Core rev: 21fb6bc1b030cab14e2c9b14607b34a62262ac06) (From OE-Core rev: e54e5b792f9b6fa8bb2ed3123518709c882859a4) Signed-off-by: Ming Liu <ming.liu@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -17,6 +17,8 @@ SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.bz2 \
|
||||
SRC_URI[md5sum] = "425b1acad6854cc2bbb06ac8e48e76fc"
|
||||
SRC_URI[sha256sum] = "12d52b19042e2fd058af12e7d877bbbce72213cb3a0b5ec7ff0703ac09e3dcde"
|
||||
|
||||
inherit multilib_header
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
PCI_CONF_FLAG = "ZLIB=yes DNS=yes SHARED=yes"
|
||||
@@ -49,6 +51,8 @@ do_install () {
|
||||
|
||||
install -d ${D}${bindir}
|
||||
ln -s ../sbin/lspci ${D}${bindir}/lspci
|
||||
|
||||
oe_multilib_header pci/config.h
|
||||
}
|
||||
|
||||
PACKAGES =+ "${PN}-ids libpci libpci-dev libpci-dbg"
|
||||
|
||||
Reference in New Issue
Block a user