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/libsdl/libsdl-x11_1.2.11.bb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'recipes/libsdl/libsdl-x11_1.2.11.bb') diff --git a/recipes/libsdl/libsdl-x11_1.2.11.bb b/recipes/libsdl/libsdl-x11_1.2.11.bb index e9399ff33e..b344442f66 100644 --- a/recipes/libsdl/libsdl-x11_1.2.11.bb +++ b/recipes/libsdl/libsdl-x11_1.2.11.bb @@ -8,12 +8,12 @@ PR = "${INC_PR}.0" SRC_URI = "\ http://www.libsdl.org/release/SDL-${PV}.tar.gz \ file://acinclude.m4 \ - file://configure_tweak.patch;patch=1 \ - file://pagesize.patch;patch=1 \ - file://kernel-asm-page.patch;patch=1 \ - file://sdl-cdfix.patch;patch=1 \ - file://fixmfour.patch;patch=1 \ - file://libsdl-1.2.11-pagesize.patch;patch=1 \ + file://configure_tweak.patch;apply=yes \ + file://pagesize.patch;apply=yes \ + file://kernel-asm-page.patch;apply=yes \ + file://sdl-cdfix.patch;apply=yes \ + file://fixmfour.patch;apply=yes \ + file://libsdl-1.2.11-pagesize.patch;apply=yes \ " EXTRA_OECONF = "--disable-static --disable-debug --enable-cdrom --enable-threads --enable-timers --enable-endian \ -- cgit 1.2.3-korg