From 6fe7cef27069415f2eba36bc640cf59013d4979b Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 24 May 2010 13:01:00 -0700 Subject: Make the do_patch apply=yes param implicit if extension is .diff/.patch For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/obsolete/libsdl/libsdl-qpe_1.2.7.bb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'recipes/obsolete/libsdl/libsdl-qpe_1.2.7.bb') diff --git a/recipes/obsolete/libsdl/libsdl-qpe_1.2.7.bb b/recipes/obsolete/libsdl/libsdl-qpe_1.2.7.bb index 804f21c826..686df6405f 100644 --- a/recipes/obsolete/libsdl/libsdl-qpe_1.2.7.bb +++ b/recipes/obsolete/libsdl/libsdl-qpe_1.2.7.bb @@ -9,14 +9,14 @@ LICENSE = "LGPL" PR = "r9" SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ - file://agawa-piro-mickey.patch;apply=yes \ - file://pygame.patch;apply=yes \ - file://gcc34.patch;apply=yes \ - file://mouse.patch;apply=yes \ - file://kill-stdc++.patch;apply=yes \ - file://ipaq.patch;apply=yes \ - file://SDL-Akita.patch;apply=yes \ - file://fixlibs.patch;apply=yes" + file://agawa-piro-mickey.patch \ + file://pygame.patch \ + file://gcc34.patch \ + file://mouse.patch \ + file://kill-stdc++.patch \ + file://ipaq.patch \ + file://SDL-Akita.patch \ + file://fixlibs.patch" S = "${WORKDIR}/SDL-${PV}" inherit autotools binconfig -- cgit v1.2.3