mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
pciutils: Don't install the uncompressed version of pci.ids, the compressed version will suffice
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -9,7 +9,7 @@ LICENSE = "GPLv2+"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||||
DEPENDS = "zlib"
|
DEPENDS = "zlib"
|
||||||
RDEPENDS_${PN} = "${PN}-ids"
|
RDEPENDS_${PN} = "${PN}-ids"
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \
|
SRC_URI = "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \
|
||||||
file://configure.patch \
|
file://configure.patch \
|
||||||
@@ -47,9 +47,6 @@ do_install () {
|
|||||||
|
|
||||||
install -d ${D}${bindir}
|
install -d ${D}${bindir}
|
||||||
ln -s ../sbin/lspci ${D}${bindir}/lspci
|
ln -s ../sbin/lspci ${D}${bindir}/lspci
|
||||||
|
|
||||||
install -d ${D}${datadir}
|
|
||||||
install -m 644 ${S}/pci.ids ${D}${datadir}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGES =+ "pciutils-ids libpci libpci-dev libpci-dbg"
|
PACKAGES =+ "pciutils-ids libpci libpci-dev libpci-dbg"
|
||||||
|
|||||||
Reference in New Issue
Block a user