[oe-commits] Thomas Zimmermann : illume-keyboard-default: fix numeric keyboard

git version control git at git.openembedded.org
Fri Jan 15 10:18:21 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 45ee9e22173122167f63761df3f8e5c29350d291
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=45ee9e22173122167f63761df3f8e5c29350d291

Author: Thomas Zimmermann <ml at vdm-design.de>
Date:   Fri Jan 15 09:11:39 2010 +0000

illume-keyboard-default: fix numeric keyboard

* Numeric.kbd was included instead of Numbers.kbd,
   so illume-keyboard-default-numeric contained only the numberic.png
 * This solves SHR bug #870

---

 recipes/e17/illume-keyboard-default_svn.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/e17/illume-keyboard-default_svn.bb b/recipes/e17/illume-keyboard-default_svn.bb
index 8b8dbd4..f9fd8fd 100644
--- a/recipes/e17/illume-keyboard-default_svn.bb
+++ b/recipes/e17/illume-keyboard-default_svn.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "The illume default keyboards"
 SECTION = "x11/data"
 SRCNAME = "e/src/modules/illume/keyboards"
 PV = "0.16.999.060+svnr${SRCPV}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=${SRCNAME};proto=http"
 S = "${WORKDIR}/${SRCNAME}"
@@ -26,7 +26,7 @@ FILES_${PN}-alpha = "\
   ${libdir}${INSTPATH}/alpha.png \
 "
 FILES_${PN}-numeric = "\
-  ${libdir}${INSTPATH}/Numeric.kbd \
+  ${libdir}${INSTPATH}/Numbers.kbd \
   ${libdir}${INSTPATH}/numeric.png \
 "
 FILES_${PN}-terminal = "\





More information about the Openembedded-commits mailing list