diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-31 17:20:38 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-31 17:20:38 +0000 |
commit | f8daac5777849723a50f3e2c03d2e3239a5f497d (patch) | |
tree | d36df387c7844af7d65960178cb6506ff4612987 /meta/packages/pciutils/pciutils_2.2.4.bb | |
parent | 78456faa5e4266cd8b554aab3b8b64f610e231d9 (diff) | |
download | poky-f8daac5777849723a50f3e2c03d2e3239a5f497d.tar.gz |
pciutils: Upgarde 2.2.4 -> 3.0.3
Diffstat (limited to 'meta/packages/pciutils/pciutils_2.2.4.bb')
-rw-r--r-- | meta/packages/pciutils/pciutils_2.2.4.bb | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/meta/packages/pciutils/pciutils_2.2.4.bb b/meta/packages/pciutils/pciutils_2.2.4.bb deleted file mode 100644 index 711e734743..0000000000 --- a/meta/packages/pciutils/pciutils_2.2.4.bb +++ /dev/null | |||
@@ -1,38 +0,0 @@ | |||
1 | DESCRIPTION = 'The PCI Utilities package contains a library for portable access \ | ||
2 | to PCI bus configuration space and several utilities based on this library.' | ||
3 | DESCRIPTION_pciutils-ids = 'The list of PCI IDs for pciutils' | ||
4 | SECTION = "console/utils" | ||
5 | HOMEPAGE = "http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml" | ||
6 | LICENSE = "GPLv2" | ||
7 | DEPENDS = "zlib" | ||
8 | |||
9 | SRC_URI = "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \ | ||
10 | file://configure.patch;patch=1 \ | ||
11 | file://configure-uclibc.patch;patch=1 \ | ||
12 | file://pcimodules-pciutils.diff;patch=1" | ||
13 | |||
14 | PARALLEL_MAKE = "" | ||
15 | |||
16 | PR = "r2" | ||
17 | |||
18 | do_configure () { | ||
19 | (cd lib && ./configure ${datadir} ${PV} ${TARGET_OS} 2.4.21 ${TARGET_ARCH}) | ||
20 | } | ||
21 | |||
22 | export PREFIX = "${D}${prefix}" | ||
23 | export SBINDIR = "${D}${sbindir}" | ||
24 | export SHAREDIR = "${D}${datadir}" | ||
25 | export MANDIR = "${D}${mandir}" | ||
26 | |||
27 | LDFLAGS += "-lz" | ||
28 | |||
29 | do_install () { | ||
30 | oe_runmake install | ||
31 | } | ||
32 | do_install_append () { | ||
33 | install -d ${D}/${prefix}/share | ||
34 | install -m 6440 ${WORKDIR}/${PN}-${PV}/pci.ids ${D}/${prefix}/share | ||
35 | } | ||
36 | |||
37 | PACKAGES =+ "pciutils-ids" | ||
38 | FILES_pciutils-ids="${prefix}/share/pci.ids" | ||