Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / pciutils / pciutils_2.1.11.oe
index ffe3f6c..4d4dbda 100644 (file)
@@ -1,9 +1,10 @@
-DEPENDS = "virtual/libc"
+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.patch;patch=1 \
+          file://configure-uclibc.patch;patch=1"
 
 do_configure () {
        (cd lib && ./configure ${datadir} ${PV} ${TARGET_OS} 2.4.21 ${TARGET_ARCH})