pciutils_3.1.2.bb: Dont install gzipped versio of pci.ids its not there.
authorKhem Raj <raj.khem@gmail.com>
Sun, 9 Aug 2009 08:58:23 +0000 (01:58 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sun, 9 Aug 2009 08:58:23 +0000 (01:58 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/pciutils/pciutils_3.1.2.bb

index ae7317e..f23e6dd 100644 (file)
@@ -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"