From a3158fa68455f7bd5df3626754cee70705ce95cb Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 5 Jan 2011 13:34:49 +0000 Subject: pciutils: Don't install the uncompressed version of pci.ids, the compressed version will suffice Signed-off-by: Richard Purdie --- meta/recipes-bsp/pciutils/pciutils_3.1.7.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'meta/recipes-bsp/pciutils') 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+" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" DEPENDS = "zlib" RDEPENDS_${PN} = "${PN}-ids" -PR = "r0" +PR = "r1" SRC_URI = "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \ file://configure.patch \ @@ -47,9 +47,6 @@ do_install () { install -d ${D}${bindir} 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" -- cgit 1.2.3-korg