aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qtnx
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-05-24 13:01:00 -0700
committerChris Larson <chris_larson@mentor.com>2010-05-25 12:54:52 -0700
commit6fe7cef27069415f2eba36bc640cf59013d4979b (patch)
treeb0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/qtnx
parentbf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff)
downloadopenembedded-6fe7cef27069415f2eba36bc640cf59013d4979b.tar.gz
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 <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/qtnx')
-rw-r--r--recipes/qtnx/qtnx.inc16
1 files changed, 8 insertions, 8 deletions
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"