From bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 23 May 2010 20:23:53 -0700 Subject: Rename url params patch=/pnum= to apply={yes,no}/striplevel= I think this makes the behavior rather more clear. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/frozen-bubble/frozen-bubble_1.0.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/frozen-bubble/frozen-bubble_1.0.0.bb') 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" -- cgit 1.2.3-korg