summaryrefslogtreecommitdiffstats
path: root/recipes/yum
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-05-23 20:23:53 -0700
committerChris Larson <chris_larson@mentor.com>2010-05-25 12:53:41 -0700
commitbf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch)
tree96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/yum
parentfab0af3aefee22b21541e403d3c356a6979bfa63 (diff)
downloadopenembedded-bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0.tar.gz
Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/yum')
-rw-r--r--recipes/yum/createrepo-native_0.9.bb4
-rw-r--r--recipes/yum/yum-native_3.2.18.bb4
-rw-r--r--recipes/yum/yum_3.2.18.bb4
3 files changed, 6 insertions, 6 deletions
diff --git a/recipes/yum/createrepo-native_0.9.bb b/recipes/yum/createrepo-native_0.9.bb
index 2d92a67b44..0772b55c76 100644
--- a/recipes/yum/createrepo-native_0.9.bb
+++ b/recipes/yum/createrepo-native_0.9.bb
@@ -1,8 +1,8 @@
DEPENDS = "python-native"
SRC_URI = "http://createrepo.baseurl.org/download/createrepo-${PV}.tar.gz \
- file://fix.patch;patch=1 \
- file://pathfix.patch;patch=1 "
+ file://fix.patch;apply=yes \
+ file://pathfix.patch;apply=yes "
PR = "r1"
inherit autotools native
diff --git a/recipes/yum/yum-native_3.2.18.bb b/recipes/yum/yum-native_3.2.18.bb
index b78c982eb1..69babdd643 100644
--- a/recipes/yum/yum-native_3.2.18.bb
+++ b/recipes/yum/yum-native_3.2.18.bb
@@ -1,8 +1,8 @@
HOMEPAGE = "http://linux.duke.edu/projects/yum/"
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://hacks.patch;apply=yes \
+ file://paths.patch;apply=yes \
file://yum-install-recommends.py \
file://extract-postinst.awk"
PR = "r7"
diff --git a/recipes/yum/yum_3.2.18.bb b/recipes/yum/yum_3.2.18.bb
index a372b7cbe0..66fc3f744b 100644
--- a/recipes/yum/yum_3.2.18.bb
+++ b/recipes/yum/yum_3.2.18.bb
@@ -2,8 +2,8 @@ HOMEPAGE = "http://linux.duke.edu/projects/yum/"
PR = "r6"
SRC_URI = "http://linux.duke.edu/projects/yum/download/3.2/yum-${PV}.tar.gz \
- file://paths.patch;patch=1 \
- file://paths2.patch;patch=1 \
+ file://paths.patch;apply=yes \
+ file://paths2.patch;apply=yes \
file://yum-install-recommends.py \
file://extract-postinst.awk"