summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-02-04 09:06:50 +0100
committerKoen Kooi <koen@openembedded.org>2010-02-04 10:19:32 +0100
commit1e915ef1635504e1b1756f8cc21e99244faf61ee (patch)
treec3fbbfbaf929c8cb998662125c4448602c927f4a /recipes
parent6df0ae53024178d1f5bfb839fc6afd8fd51d6ea0 (diff)
downloadopenembedded-1e915ef1635504e1b1756f8cc21e99244faf61ee.tar.gz
pciutils 3.1.2: convert to new-style staging
Diffstat (limited to 'recipes')
-rw-r--r--recipes/pciutils/pciutils_3.1.2.bb10
1 files changed, 1 insertions, 9 deletions
diff --git a/recipes/pciutils/pciutils_3.1.2.bb b/recipes/pciutils/pciutils_3.1.2.bb
index ae7b3a73f0..a15f55832c 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 = "r5"
+PR = "r6"
EXTRA_OEMAKE += "'STRIP = ' PREFIX=${prefix} LIBDIR=${libdir}"
export SHARED=yes
@@ -39,14 +39,6 @@ do_install () {
install -m 0644 ${S}/pci.ids ${D}/${datadir}
}
-do_stage () {
- oe_runmake install-lib DESTDIR=${STAGING_DIR_HOST}
-
- # "make install-lib" misses the symlink libpci.so.3
- oe_libinstall -so -C lib libpci ${STAGING_LIBDIR}
-}
-
-
PACKAGES =+ "${PN}-ids ${PN}-ids-uncompressed"
FILES_${PN}-ids = "${datadir}/pci.ids.gz"
FILES_${PN}-ids-uncompressed = "${datadir}/pci.ids"