diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-08-09 01:58:23 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-08-09 01:58:23 -0700 |
commit | 257821eeea20420af8369a3db6fb398926fdfe84 (patch) | |
tree | 78ea5b4e93616191a955c5fee255fce89c3b77dd /recipes | |
parent | a394010d4405423dd117e67e872513caafc1d0b7 (diff) |
pciutils_3.1.2.bb: Dont install gzipped versio of pci.ids its not there.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 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" |