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/qtnx/qtnx.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'recipes/qtnx/qtnx.inc') diff --git a/recipes/qtnx/qtnx.inc b/recipes/qtnx/qtnx.inc index 0663312c40..7d5189e955 100644 --- a/recipes/qtnx/qtnx.inc +++ b/recipes/qtnx/qtnx.inc @@ -8,14 +8,14 @@ DEPENDS = "libnxcl" SRC_URI = "http://download.berlios.de/freenx/freenx-client-${PV}.tar.bz2 \ file://qtnx.desktop \ - file://pro.patch;apply=yes \ - file://id-path.patch;apply=yes \ - file://scroll.patch;apply=yes \ - file://keymap.patch;apply=yes \ - file://dodnx.patch;apply=yes \ - file://keychooser.patch;apply=yes \ - file://sessionfiles.patch;apply=yes \ - file://ssh_dnserror.patch;apply=yes \ + file://pro.patch \ + file://id-path.patch \ + file://scroll.patch \ + file://keymap.patch \ + file://dodnx.patch \ + file://keychooser.patch \ + file://sessionfiles.patch \ + file://ssh_dnserror.patch \ " S = "${WORKDIR}/freenx-client-${PV}/qtnx" -- cgit v1.2.3