[oe-commits] Khem Raj : pciutils_3.1.2.bb: Dont install gzipped versio of pci. ids its not there.

git version control git at git.openembedded.org
Sun Aug 9 09:14:07 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 257821eeea20420af8369a3db6fb398926fdfe84
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=257821eeea20420af8369a3db6fb398926fdfe84

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sun Aug  9 01:58:23 2009 -0700

pciutils_3.1.2.bb: Dont install gzipped versio of pci.ids its not there.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/pciutils/pciutils_3.1.2.bb |    6 +++---
 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 ae7317e..f23e6dd 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"





More information about the Openembedded-commits mailing list