summaryrefslogtreecommitdiffstats
path: root/recipes/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb
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/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb
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/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb')
-rw-r--r--recipes/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb18
1 files changed, 9 insertions, 9 deletions
diff --git a/recipes/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb b/recipes/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb
index f83f495acb..bbe887476d 100644
--- a/recipes/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb
+++ b/recipes/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb
@@ -9,17 +9,17 @@ PV = "0.0+svnr${SRCPV}"
PR = "r11"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-keyboard;proto=http \
- file://smallscreen-fontsize.patch;apply=yes \
- file://2-Add-new-modifier--layout--Used-to-cycle-thru-all-available-layouts.patch;apply=yes \
- file://3-Changes-to-improve-layout-rendering--especially-after-adding-support-for.patch;apply=yes \
- file://4-Add-rendering-debug-logging.patch;apply=yes \
- file://5-Add-support-for-loading-multiple-independent-layouts.patch;apply=yes \
- file://6-Add-layout-switch-key-to-all-layouts.patch;apply=yes \
- file://7-Newer-autotools.patch;apply=yes \
+ file://smallscreen-fontsize.patch \
+ file://2-Add-new-modifier--layout--Used-to-cycle-thru-all-available-layouts.patch \
+ file://3-Changes-to-improve-layout-rendering--especially-after-adding-support-for.patch \
+ file://4-Add-rendering-debug-logging.patch \
+ file://5-Add-support-for-loading-multiple-independent-layouts.patch \
+ file://6-Add-layout-switch-key-to-all-layouts.patch \
+ file://7-Newer-autotools.patch \
file://80matchboxkeyboard"
-SRC_URI_append_om-gta01 = " file://fic-gta01-font-size.patch;apply=yes"
-SRC_URI_append_om-gta02 = " file://fic-gta01-font-size.patch;apply=yes"
+SRC_URI_append_om-gta01 = " file://fic-gta01-font-size.patch"
+SRC_URI_append_om-gta02 = " file://fic-gta01-font-size.patch"
S = "${WORKDIR}/matchbox-keyboard"