summaryrefslogtreecommitdiff
path: root/pciutils/pciutils_2.1.11.oe
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-23 08:42:28 +0000
committerPhil Blundell <philb@gnu.org>2004-06-23 08:42:28 +0000
commita35d64f6089f9240168b80a76930118402df854c (patch)
treea02a64f1babe2b147f5ea8a43fd2b8aef669f807 /pciutils/pciutils_2.1.11.oe
parentb3191d7f783e17c070c783f0f1af7c1b817ac8d6 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into dixie.nexus.co.uk:/home/pb/oe/oe-packages 2004/06/23 09:41:57+01:00 nexus.co.uk!pb apply configure patch from Mark Gollahon <golly@stellarwerx.com> BKrev: 40d94274EewU6a_Euazt7TRAINIiUw
Diffstat (limited to 'pciutils/pciutils_2.1.11.oe')
-rw-r--r--pciutils/pciutils_2.1.11.oe3
1 files changed, 2 insertions, 1 deletions
diff --git a/pciutils/pciutils_2.1.11.oe b/pciutils/pciutils_2.1.11.oe
index 0f44e84611..5760157500 100644
--- a/pciutils/pciutils_2.1.11.oe
+++ b/pciutils/pciutils_2.1.11.oe
@@ -2,7 +2,8 @@ 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.patch;patch=1 \
+ file://configure-uclibc.patch;patch=1"
do_configure () {
(cd lib && ./configure ${datadir} ${PV} ${TARGET_OS} 2.4.21 ${TARGET_ARCH})