diff options
Diffstat (limited to 'recipes/frozen-bubble/frozen-bubble_2.2.0.bb')
-rw-r--r-- | recipes/frozen-bubble/frozen-bubble_2.2.0.bb | 8 |
1 files changed, 4 insertions, 4 deletions
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 |