aboutsummaryrefslogtreecommitdiffstats
path: root/pciutils
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /pciutils
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
downloadopenembedded-a780643c4b6aa11e1a36965a69df7116477c7b4c.tar.gz
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'pciutils')
-rw-r--r--pciutils/pciutils_2.1.11.bb0
-rw-r--r--pciutils/pciutils_2.1.11.oe20
2 files changed, 0 insertions, 20 deletions
diff --git a/pciutils/pciutils_2.1.11.bb b/pciutils/pciutils_2.1.11.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/pciutils/pciutils_2.1.11.bb
diff --git a/pciutils/pciutils_2.1.11.oe b/pciutils/pciutils_2.1.11.oe
deleted file mode 100644
index 4d4dbdad39..0000000000
--- a/pciutils/pciutils_2.1.11.oe
+++ /dev/null
@@ -1,20 +0,0 @@
-SECTION = "console/utils"
-DESCRIPTION = 'The PCI Utilities package contains a library for portable access \
-to PCI bus configuration space and several utilities based on this library.'
-
-SRC_URI = "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \
- file://configure.patch;patch=1 \
- file://configure-uclibc.patch;patch=1"
-
-do_configure () {
- (cd lib && ./configure ${datadir} ${PV} ${TARGET_OS} 2.4.21 ${TARGET_ARCH})
-}
-
-export PREFIX = "${D}/${prefix}"
-export SBINDIR = "${D}/${sbindir}"
-export SHAREDIR = "${D}/${datadir}"
-export MANDIR = "${D}/${mandir}"
-
-do_install () {
- oe_runmake install
-}