summaryrefslogtreecommitdiff
path: root/recipes/pciutils/pciutils_3.1.2.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-08-09 16:17:24 +0200
committerKoen Kooi <koen@openembedded.org>2009-08-09 16:17:24 +0200
commit96efe18731e6dddf5fedbe90478fcf9565155081 (patch)
treecde9e1a254386a1f770a60ee24fc9ba2fb0633af /recipes/pciutils/pciutils_3.1.2.bb
parent2215a06d3408f57cf4edd5a072132333111c3830 (diff)
parent7e5dace40c5966a27c62e7b893bf29aded35e3c1 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/pciutils/pciutils_3.1.2.bb')
-rw-r--r--recipes/pciutils/pciutils_3.1.2.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/pciutils/pciutils_3.1.2.bb b/recipes/pciutils/pciutils_3.1.2.bb
index ae7317ebbf..f23e6dde3d 100644
--- a/recipes/pciutils/pciutils_3.1.2.bb
+++ b/recipes/pciutils/pciutils_3.1.2.bb
@@ -12,7 +12,7 @@ SRC_URI_append_nylon = "file://gcc-3-compatibility.patch;patch=1 "
PARALLEL_MAKE = ""
-PR ="r3"
+PR ="r4"
EXTRA_OEMAKE += "'STRIP = '"
export SHARED=yes
@@ -34,7 +34,7 @@ do_install () {
do_install_append () {
install -d ${D}/${datadir}
- install -m 6440 ${WORKDIR}/${PN}-${PV}/pci.ids.gz ${D}/${datadir}
+ install -m 6440 ${WORKDIR}/${PN}-${PV}/pci.ids ${D}/${datadir}
# The makefile does not install the development files:
# libpci.so pci.h header.h config.h types.h
@@ -59,4 +59,4 @@ do_stage () {
PACKAGES =+ "pciutils-ids"
-FILES_pciutils-ids="${datadir}/pci.ids.gz"
+FILES_pciutils-ids="${datadir}/pci.ids"