diff options
author | Richard Purdie <richard@openedhand.com> | 2008-10-02 21:27:39 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-10-02 21:27:39 +0000 |
commit | 537ff09c6982113c29260f29008fc9328565a9db (patch) | |
tree | 52c0dbde2fd36bd926e03474b795c2128b0374e7 /meta | |
parent | e668b911e115a56956158ec79b6b096ec09b19dd (diff) | |
download | openembedded-core-537ff09c6982113c29260f29008fc9328565a9db.tar.gz openembedded-core-537ff09c6982113c29260f29008fc9328565a9db.tar.bz2 openembedded-core-537ff09c6982113c29260f29008fc9328565a9db.tar.xz openembedded-core-537ff09c6982113c29260f29008fc9328565a9db.zip |
yum: Don't apply hacks.patch, its only needed for the native version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5395 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/yum/yum_3.2.18.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/packages/yum/yum_3.2.18.bb b/meta/packages/yum/yum_3.2.18.bb index 7d340970b..9770a4e68 100644 --- a/meta/packages/yum/yum_3.2.18.bb +++ b/meta/packages/yum/yum_3.2.18.bb @@ -1,8 +1,7 @@ HOMEPAGE = "http://linux.duke.edu/projects/yum/" -PR = "r1" +PR = "r2" SRC_URI = "http://linux.duke.edu/projects/yum/download/3.2/yum-${PV}.tar.gz \ - file://hacks.patch;patch=1 \ file://paths.patch;patch=1 \ file://yum-install-recommends.py \ file://extract-postinst.awk" |