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/obsolete/gtk-webcore | |
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/obsolete/gtk-webcore')
-rw-r--r-- | recipes/obsolete/gtk-webcore/midori_0.0.17.bb | 2 | ||||
-rw-r--r-- | recipes/obsolete/gtk-webcore/midori_0.0.18.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/obsolete/gtk-webcore/midori_0.0.17.bb b/recipes/obsolete/gtk-webcore/midori_0.0.17.bb index 76b082e0cd..4b5fe27578 100644 --- a/recipes/obsolete/gtk-webcore/midori_0.0.17.bb +++ b/recipes/obsolete/gtk-webcore/midori_0.0.17.bb @@ -1,6 +1,6 @@ require midori.inc -SRC_URI += "file://webkit-update.patch;apply=yes" +SRC_URI += "file://webkit-update.patch" diff --git a/recipes/obsolete/gtk-webcore/midori_0.0.18.bb b/recipes/obsolete/gtk-webcore/midori_0.0.18.bb index 81ef418a69..9366a2727c 100644 --- a/recipes/obsolete/gtk-webcore/midori_0.0.18.bb +++ b/recipes/obsolete/gtk-webcore/midori_0.0.18.bb @@ -2,7 +2,7 @@ require midori.inc PR = "r2" -SRC_URI += "file://desktop.patch;apply=yes" +SRC_URI += "file://desktop.patch" SRC_URI[md5sum] = "aa9c10bbf6fe3502a65633c4fac0fb80" |