From: Khem Raj Date: Sun, 9 Aug 2009 08:58:23 +0000 (-0700) Subject: pciutils_3.1.2.bb: Dont install gzipped versio of pci.ids its not there. X-Git-Tag: Release-2010-05/1~2760^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=257821eeea20420af8369a3db6fb398926fdfe84;p=openembedded.git pciutils_3.1.2.bb: Dont install gzipped versio of pci.ids its not there. Signed-off-by: Khem Raj --- 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"