diff options
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 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 |