aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/frozen-bubble
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-05-24 13:01:00 -0700
committerChris Larson <chris_larson@mentor.com>2010-05-25 12:54:52 -0700
commit6fe7cef27069415f2eba36bc640cf59013d4979b (patch)
treeb0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/frozen-bubble
parentbf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff)
downloadopenembedded-6fe7cef27069415f2eba36bc640cf59013d4979b.tar.gz
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/frozen-bubble')
-rw-r--r--recipes/frozen-bubble/frozen-bubble_1.0.0.bb6
-rw-r--r--recipes/frozen-bubble/frozen-bubble_2.2.0.bb8
2 files changed, 7 insertions, 7 deletions
diff --git a/recipes/frozen-bubble/frozen-bubble_1.0.0.bb b/recipes/frozen-bubble/frozen-bubble_1.0.0.bb
index f12120c4fe..2ac3009ea1 100644
--- a/recipes/frozen-bubble/frozen-bubble_1.0.0.bb
+++ b/recipes/frozen-bubble/frozen-bubble_1.0.0.bb
@@ -16,9 +16,9 @@ RDEPENDS_${PN} = "${PN}-data perl sdl-perl \
PR = "r1"
SRC_URI = "http://zarb.org/~gc/fb//frozen-bubble-${PV}.tar.bz2 \
- file://Makefile_top.patch;apply=yes \
- file://Makefile.patch;apply=yes \
- file://Makefile.PL.patch;apply=yes"
+ file://Makefile_top.patch \
+ file://Makefile.patch \
+ file://Makefile.PL.patch"
# The Makefile needs to be patched to look in STAGING_LIBDIR/perl/... - It's looking in i686-linux/lib at the moment, regardless of arch
BROKEN = "1"
diff --git a/recipes/frozen-bubble/frozen-bubble_2.2.0.bb b/recipes/frozen-bubble/frozen-bubble_2.2.0.bb
index c501fc0f71..8ed505ec59 100644
--- a/recipes/frozen-bubble/frozen-bubble_2.2.0.bb
+++ b/recipes/frozen-bubble/frozen-bubble_2.2.0.bb
@@ -22,10 +22,10 @@ inherit cpan-base
PERL_VERSION = ${@get_perl_version(d)}
SRC_URI = "http://www.frozen-bubble.org/data/frozen-bubble-${PV}.tar.bz2 \
- file://Makefile.PL.patch;apply=yes \
- file://Makefile.patch;apply=yes \
- file://Makefile_top.patch;apply=yes \
- file://localespath-fix.patch;apply=yes \
+ file://Makefile.PL.patch \
+ file://Makefile.patch \
+ file://Makefile_top.patch \
+ file://localespath-fix.patch \
"
#permit the installation of the locales in ${datadir}/locales otherwise they are installed in /usr/local/share/locales