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/xmms/xmms_1.2.10.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/xmms/xmms_1.2.10.bb') diff --git a/recipes/xmms/xmms_1.2.10.bb b/recipes/xmms/xmms_1.2.10.bb index 59c1d487db..c0a9a316fc 100644 --- a/recipes/xmms/xmms_1.2.10.bb +++ b/recipes/xmms/xmms_1.2.10.bb @@ -6,8 +6,8 @@ SECTION = "x11/multimedia" DEPENDS = "gtk+-1.2 libvorbis mikmod alsa-lib libsm esound" SRC_URI = "http://www.xmms.org/files/1.2.x/xmms-${PV}.tar.bz2 \ - file://gcc4.patch;apply=yes \ - file://xmms-config-dequote.patch;apply=yes \ + file://gcc4.patch \ + file://xmms-config-dequote.patch \ file://acinclude.m4 \ file://xmms.sh" PR = "r5" -- cgit 1.2.3-korg