initscripts-shr: remove devtmpfs initscript for palmpre machine
[openembedded.git] / recipes / pciutils / pciutils_2.1.11.bb
blob1b8c770071486bc61172624ac087821a5a4dec17
1 SECTION = "console/utils"
2 DESCRIPTION = 'The PCI Utilities package contains a library for portable access \
3 to PCI bus configuration space and several utilities based on this library.'
4 DESCRIPTION_pciutils-ids = 'The list of PCI IDs for pciutils'
5 HOMEPAGE = "http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml"
6 LICENSE = "GPLv2"
8 PR ="r3"
10 PARALLEL_MAKE = ""
11 FILES_pciutils-ids="${prefix}/share/pci.ids"
12 PACKAGES =+ "pciutils-ids"
13 SRC_URI = "${KERNELORG_MIRROR}/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \
14 file://configure.patch \
15 file://configure-uclibc.patch \
16 file://pcimodules-pciutils-2.1.11.diff"
18 do_configure () {
19 (cd lib && ./configure ${datadir} ${PV} ${TARGET_OS} 2.4.21 ${TARGET_ARCH})
22 export PREFIX = "${D}${prefix}"
23 export SBINDIR = "${D}${sbindir}"
24 export SHAREDIR = "${D}${datadir}"
25 export MANDIR = "${D}${mandir}"
27 do_install () {
28 oe_runmake install
30 do_install_append () {
31 install -d ${D}/${prefix}/share
32 install -m 6440 ${WORKDIR}/${PN}-${PV}/pci.ids ${D}/${prefix}/share
36 SRC_URI[md5sum] = "2b3b2147b7bc91f362be55cb49fa1c4e"
37 SRC_URI[sha256sum] = "8817295a7db11f31837c7c23f49e768131700b2b729d9fc724520d94a8b00f4b"