diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-23 20:23:53 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:53:41 -0700 |
commit | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch) | |
tree | 96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/frozen-bubble | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) |
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/frozen-bubble')
-rw-r--r-- | recipes/frozen-bubble/frozen-bubble_1.0.0.bb | 6 | ||||
-rw-r--r-- | recipes/frozen-bubble/frozen-bubble_2.2.0.bb | 8 |
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 4799cb6242..f12120c4fe 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;patch=1 \ - file://Makefile.patch;patch=1 \ - file://Makefile.PL.patch;patch=1" + file://Makefile_top.patch;apply=yes \ + file://Makefile.patch;apply=yes \ + file://Makefile.PL.patch;apply=yes" # 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 2fc7c1ea58..c501fc0f71 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;patch=1 \ - file://Makefile.patch;patch=1 \ - file://Makefile_top.patch;patch=1 \ - file://localespath-fix.patch;patch=1 \ + file://Makefile.PL.patch;apply=yes \ + file://Makefile.patch;apply=yes \ + file://Makefile_top.patch;apply=yes \ + file://localespath-fix.patch;apply=yes \ " #permit the installation of the locales in ${datadir}/locales otherwise they are installed in /usr/local/share/locales |