summaryrefslogtreecommitdiff
path: root/packages/pciutils/pciutils_2.2.4.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-02-13 20:45:16 +0000
committerKoen Kooi <koen@openembedded.org>2007-02-13 20:45:16 +0000
commit824ca8e331f11bf53b33697a5b3a4cc2edfc82f0 (patch)
treecc0d7324a067ecf72754ef9501aeb4362aa9dfb4 /packages/pciutils/pciutils_2.2.4.bb
parenta7d5f5476e29516c2e2a1ffe35b37fb067121d5e (diff)
parenta48dc80e6bf3d848311996d32ecd71eff3602643 (diff)
merge of 'c80d3d5fe446b4ab1b902de2706822e04b306ab8'
and 'dd511be6577324f0680f20fabc392b0941182942'
Diffstat (limited to 'packages/pciutils/pciutils_2.2.4.bb')
-rw-r--r--packages/pciutils/pciutils_2.2.4.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/pciutils/pciutils_2.2.4.bb b/packages/pciutils/pciutils_2.2.4.bb
index 57d9e2089f..0cd335eb32 100644
--- a/packages/pciutils/pciutils_2.2.4.bb
+++ b/packages/pciutils/pciutils_2.2.4.bb
@@ -6,12 +6,15 @@ HOMEPAGE = "http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml"
LICENSE = "GPLv2"
DEPENDS = "zlib"
-SRC_URI = "${KERNELORG_MIRROR}/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \
+SRC_URI = "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \
file://configure.patch;patch=1 \
+ file://configure-uclibc.patch;patch=1 \
file://pcimodules-pciutils.diff;patch=1"
PARALLEL_MAKE = ""
+PR="r1"
+
do_configure () {
(cd lib && ./configure ${datadir} ${PV} ${TARGET_OS} 2.4.21 ${TARGET_ARCH})
}