diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-24 13:01:00 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:54:52 -0700 |
commit | 6fe7cef27069415f2eba36bc640cf59013d4979b (patch) | |
tree | b0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/yum | |
parent | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff) |
Make the do_patch apply=yes param implicit if extension is .diff/.patch
For .diff/.patch you need to apply manually, you can specify apply=no.
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.bb | 4 | ||||
-rw-r--r-- | recipes/yum/yum-native_3.2.18.bb | 4 | ||||
-rw-r--r-- | recipes/yum/yum_3.2.18.bb | 4 |
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 0772b55c76..a74dabf784 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;apply=yes \ - file://pathfix.patch;apply=yes " + file://fix.patch \ + file://pathfix.patch " 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 69babdd643..a9af687eb7 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;apply=yes \ - file://paths.patch;apply=yes \ + file://hacks.patch \ + file://paths.patch \ 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 66fc3f744b..9ae5ce2bf7 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;apply=yes \ - file://paths2.patch;apply=yes \ + file://paths.patch \ + file://paths2.patch \ file://yum-install-recommends.py \ file://extract-postinst.awk" |