diff options
| -rw-r--r-- | meta/recipes-bsp/pciutils/pciutils_3.1.7.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-bsp/pciutils/pciutils_3.1.7.bb b/meta/recipes-bsp/pciutils/pciutils_3.1.7.bb index a48a29326e..6f13ada43d 100644 --- a/meta/recipes-bsp/pciutils/pciutils_3.1.7.bb +++ b/meta/recipes-bsp/pciutils/pciutils_3.1.7.bb | |||
| @@ -9,7 +9,7 @@ LICENSE = "GPLv2+" | |||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 10 | DEPENDS = "zlib" | 10 | DEPENDS = "zlib" |
| 11 | RDEPENDS_${PN} = "${PN}-ids" | 11 | RDEPENDS_${PN} = "${PN}-ids" |
| 12 | PR = "r0" | 12 | PR = "r1" |
| 13 | 13 | ||
| 14 | SRC_URI = "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \ | 14 | SRC_URI = "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \ |
| 15 | file://configure.patch \ | 15 | file://configure.patch \ |
| @@ -47,9 +47,6 @@ do_install () { | |||
| 47 | 47 | ||
| 48 | install -d ${D}${bindir} | 48 | install -d ${D}${bindir} |
| 49 | ln -s ../sbin/lspci ${D}${bindir}/lspci | 49 | ln -s ../sbin/lspci ${D}${bindir}/lspci |
| 50 | |||
| 51 | install -d ${D}${datadir} | ||
| 52 | install -m 644 ${S}/pci.ids ${D}${datadir} | ||
| 53 | } | 50 | } |
| 54 | 51 | ||
| 55 | PACKAGES =+ "pciutils-ids libpci libpci-dev libpci-dbg" | 52 | PACKAGES =+ "pciutils-ids libpci libpci-dev libpci-dbg" |
