aboutsummaryrefslogtreecommitdiffstats
path: root/pciutils
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-13 05:42:36 +0000
committerChris Larson <clarson@kergoth.com>2004-03-13 05:42:36 +0000
commit06f7d17e81de21a95e35b03453242bc62b05a6aa (patch)
treebc9c53bce2c6a2fdce3caf5bb45bc3f8634b56be /pciutils
parent4b022a36ced4930af6bcdeb7d75a5ed10c4ac9cd (diff)
downloadopenembedded-06f7d17e81de21a95e35b03453242bc62b05a6aa.tar.gz
First pass of .oe cleanups.
BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw
Diffstat (limited to 'pciutils')
-rw-r--r--pciutils/pciutils_2.1.11.oe19
1 files changed, 19 insertions, 0 deletions
diff --git a/pciutils/pciutils_2.1.11.oe b/pciutils/pciutils_2.1.11.oe
index e69de29bb2..4af18b69dc 100644
--- a/pciutils/pciutils_2.1.11.oe
+++ b/pciutils/pciutils_2.1.11.oe
@@ -0,0 +1,19 @@
+DEPENDS = "virtual/libc"
+RDEPENDS = "libc6"
+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://${FILESDIR}/configure.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
+}