[oe-commits] Koen Kooi : pciutils 3.1.2: convert to new-style staging

git version control git at git.openembedded.org
Thu Feb 4 09:34:31 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 1e915ef1635504e1b1756f8cc21e99244faf61ee
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1e915ef1635504e1b1756f8cc21e99244faf61ee

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Feb  4 09:06:50 2010 +0100

pciutils 3.1.2: convert to new-style staging

---

 recipes/pciutils/pciutils_3.1.2.bb |   10 +---------
 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 ae7b3a7..a15f558 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"





More information about the Openembedded-commits mailing list