diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-23 08:42:28 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-23 08:42:28 +0000 |
commit | a35d64f6089f9240168b80a76930118402df854c (patch) | |
tree | a02a64f1babe2b147f5ea8a43fd2b8aef669f807 | |
parent | b3191d7f783e17c070c783f0f1af7c1b817ac8d6 (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
-rw-r--r-- | pciutils/pciutils-2.1.11/configure-uclibc.patch | 0 | ||||
-rw-r--r-- | pciutils/pciutils_2.1.11.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/pciutils/pciutils-2.1.11/configure-uclibc.patch b/pciutils/pciutils-2.1.11/configure-uclibc.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/pciutils/pciutils-2.1.11/configure-uclibc.patch 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}) |