summaryrefslogtreecommitdiffstats
path: root/meta/packages/pciutils
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-09-07 09:41:40 +0000
committerRichard Purdie <richard@openedhand.com>2008-09-07 09:41:40 +0000
commite23fe472ed387723b097d188e17353036c017266 (patch)
tree41274f6b9866491bb01a65a284626e6cfb215667 /meta/packages/pciutils
parent21ea5a332c8b625365107c81ad5c34b06f0e52a5 (diff)
downloadpoky-e23fe472ed387723b097d188e17353036c017266.tar.gz
pciutils: Bump PR after ASNEEDED changes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5148 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/pciutils')
-rw-r--r--meta/packages/pciutils/pciutils_2.2.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/pciutils/pciutils_2.2.4.bb b/meta/packages/pciutils/pciutils_2.2.4.bb
index 0cd335eb32..711e734743 100644
--- a/meta/packages/pciutils/pciutils_2.2.4.bb
+++ b/meta/packages/pciutils/pciutils_2.2.4.bb
@@ -13,7 +13,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-${PV}.tar.b
13 13
14PARALLEL_MAKE = "" 14PARALLEL_MAKE = ""
15 15
16PR="r1" 16PR = "r2"
17 17
18do_configure () { 18do_configure () {
19 (cd lib && ./configure ${datadir} ${PV} ${TARGET_OS} 2.4.21 ${TARGET_ARCH}) 19 (cd lib && ./configure ${datadir} ${PV} ${TARGET_OS} 2.4.21 ${TARGET_ARCH})