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/qt/qt-x11-free_3.3.6.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/qt/qt-x11-free_3.3.6.bb') diff --git a/recipes/qt/qt-x11-free_3.3.6.bb b/recipes/qt/qt-x11-free_3.3.6.bb index d85b2ebb7e..8a8d5d93d8 100644 --- a/recipes/qt/qt-x11-free_3.3.6.bb +++ b/recipes/qt/qt-x11-free_3.3.6.bb @@ -3,9 +3,9 @@ PROVIDES = "qt3x11" PR = "r3" SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2 \ - file://configure.patch;apply=yes \ - file://no-examples.patch;apply=yes \ - file://gcc4_1-HACK.patch;apply=yes" + file://configure.patch \ + file://no-examples.patch \ + file://gcc4_1-HACK.patch" require qt-x11-free-common.inc -- cgit 1.2.3-korg