From: Martin Jansa Date: Wed, 3 Mar 2010 15:29:38 +0000 (+0100) Subject: shr: use numeric-alt keyboard in illume* config and default-numeric only in feed X-Git-Tag: Release-2010-05/1~489^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a7dc51327aedf87418bcd3438db5b3435ba2136;p=openembedded.git shr: use numeric-alt keyboard in illume* config and default-numeric only in feed Signed-off-by: Martin Jansa --- diff --git a/recipes/shr/e-wm-config-illume-shr_git.bb b/recipes/shr/e-wm-config-illume-shr_git.bb index 1a368c6fe5..80ce881fc2 100644 --- a/recipes/shr/e-wm-config-illume-shr_git.bb +++ b/recipes/shr/e-wm-config-illume-shr_git.bb @@ -3,7 +3,7 @@ SECTION = "e/utils" DEPENDS = "eet" LICENSE = "MIT BSD" PV = "1.1-${EFL_SRCREV}+gitr${SRCREV}" -PR = "r7" +PR = "r8" inherit e @@ -22,7 +22,7 @@ RRECOMMENDS_${PN} = "\ e-wm-sysactions-shr \ e-wm-menu-shr \ illume-keyboard-default-alpha \ - illume-keyboard-default-numeric \ + illume-keyboard-numeric-alt \ illume-keyboard-default-terminal \ " diff --git a/recipes/shr/e-wm-config-illume2-shr_git.bb b/recipes/shr/e-wm-config-illume2-shr_git.bb index 7f755c9902..76bf2f4c70 100644 --- a/recipes/shr/e-wm-config-illume2-shr_git.bb +++ b/recipes/shr/e-wm-config-illume2-shr_git.bb @@ -4,7 +4,7 @@ DEPENDS = "eet" LICENSE = "MIT BSD" SRCREV = "868999443054da51b198860459b92734a3b16d42" PV = "1.1-${EFL_SRCREV}+gitr${SRCREV}" -PR = "r7" +PR = "r8" inherit e @@ -22,7 +22,7 @@ RRECOMMENDS_${PN} = "\ e-wm-sysactions-shr \ e-wm-menu-shr \ illume-keyboard-default-alpha \ - illume-keyboard-default-numeric \ + illume-keyboard-numeric-alt \ illume-keyboard-default-terminal \ " diff --git a/recipes/tasks/task-shr-feed.bb b/recipes/tasks/task-shr-feed.bb index 937675b1b9..1593006a99 100644 --- a/recipes/tasks/task-shr-feed.bb +++ b/recipes/tasks/task-shr-feed.bb @@ -1,5 +1,5 @@ DESCRIPTION = "SHR Feed" -PR = "r42" +PR = "r43" PV = "1.0" LICENSE = "GPL" @@ -226,6 +226,7 @@ RDEPENDS_${PN} += "\ illume-keyboard-german \ illume-keyboard-hebrew \ illume-keyboard-numeric-alt \ + illume-keyboard-default-numeric \ illume-keyboard-russian \ illume-keyboard-russian-terminal \ python-xlib \