Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Wed, 23 Jun 2004 08:42:28 +0000 (08:42 +0000)
committerPhil Blundell <philb@gnu.org>
Wed, 23 Jun 2004 08:42:28 +0000 (08:42 +0000)
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

pciutils/pciutils-2.1.11/configure-uclibc.patch [new file with mode: 0644]
pciutils/pciutils_2.1.11.oe

diff --git a/pciutils/pciutils-2.1.11/configure-uclibc.patch b/pciutils/pciutils-2.1.11/configure-uclibc.patch
new file mode 100644 (file)
index 0000000..e69de29
index 0f44e84..5760157 100644 (file)
@@ -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})