diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-07 09:41:40 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-07 09:41:40 +0000 |
commit | e23fe472ed387723b097d188e17353036c017266 (patch) | |
tree | 41274f6b9866491bb01a65a284626e6cfb215667 /meta/packages/pciutils | |
parent | 21ea5a332c8b625365107c81ad5c34b06f0e52a5 (diff) | |
download | openembedded-core-e23fe472ed387723b097d188e17353036c017266.tar.gz openembedded-core-e23fe472ed387723b097d188e17353036c017266.tar.bz2 openembedded-core-e23fe472ed387723b097d188e17353036c017266.zip |
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.bb | 2 |
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 PARALLEL_MAKE = "" -PR="r1" +PR = "r2" do_configure () { (cd lib && ./configure ${datadir} ${PV} ${TARGET_OS} 2.4.21 ${TARGET_ARCH}) |