diff options
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils_3.2.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-bsp/pciutils/pciutils_3.2.1.bb b/meta/recipes-bsp/pciutils/pciutils_3.2.1.bb index 852a93e1b1..6e29953210 100644 --- a/meta/recipes-bsp/pciutils/pciutils_3.2.1.bb +++ b/meta/recipes-bsp/pciutils/pciutils_3.2.1.bb | |||
@@ -17,6 +17,8 @@ SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.bz2 \ | |||
17 | SRC_URI[md5sum] = "425b1acad6854cc2bbb06ac8e48e76fc" | 17 | SRC_URI[md5sum] = "425b1acad6854cc2bbb06ac8e48e76fc" |
18 | SRC_URI[sha256sum] = "12d52b19042e2fd058af12e7d877bbbce72213cb3a0b5ec7ff0703ac09e3dcde" | 18 | SRC_URI[sha256sum] = "12d52b19042e2fd058af12e7d877bbbce72213cb3a0b5ec7ff0703ac09e3dcde" |
19 | 19 | ||
20 | inherit multilib_header | ||
21 | |||
20 | PARALLEL_MAKE = "" | 22 | PARALLEL_MAKE = "" |
21 | 23 | ||
22 | PCI_CONF_FLAG = "ZLIB=yes DNS=yes SHARED=yes" | 24 | PCI_CONF_FLAG = "ZLIB=yes DNS=yes SHARED=yes" |
@@ -49,6 +51,8 @@ do_install () { | |||
49 | 51 | ||
50 | install -d ${D}${bindir} | 52 | install -d ${D}${bindir} |
51 | ln -s ../sbin/lspci ${D}${bindir}/lspci | 53 | ln -s ../sbin/lspci ${D}${bindir}/lspci |
54 | |||
55 | oe_multilib_header pci/config.h | ||
52 | } | 56 | } |
53 | 57 | ||
54 | PACKAGES =+ "${PN}-ids libpci libpci-dev libpci-dbg" | 58 | PACKAGES =+ "${PN}-ids libpci libpci-dev libpci-dbg" |