diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-24 13:01:00 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:54:52 -0700 |
commit | 6fe7cef27069415f2eba36bc640cf59013d4979b (patch) | |
tree | b0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/qtnx | |
parent | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff) |
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.inc | 16 |
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" |