diff options
Diffstat (limited to 'recipes/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb')
-rw-r--r-- | recipes/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb | 18 |
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" |