[oe-commits] Martin Jansa : shr-image: add missing task-shr-minimal-fso to IMAGE_INSTALL

git version control git at git.openembedded.org
Sat Feb 27 19:33:55 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: b6234a29b0bf4489867a96f8ced4b9a7de7aeae8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b6234a29b0bf4489867a96f8ced4b9a7de7aeae8

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Feb 27 18:25:01 2010 +0100

shr-image: add missing task-shr-minimal-fso to IMAGE_INSTALL

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/images/shr-image.inc      |    3 ++-
 recipes/tasks/task-shr-minimal.bb |    4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/recipes/images/shr-image.inc b/recipes/images/shr-image.inc
index 9408091..20ab953 100644
--- a/recipes/images/shr-image.inc
+++ b/recipes/images/shr-image.inc
@@ -3,7 +3,7 @@
 #------------------------------------------------------
 
 PV = "2.0"
-PR = "r12"
+PR = "r13"
 
 
 DEPENDS += "task-shr-minimal"
@@ -21,6 +21,7 @@ RDEPENDS += "\
 IMAGE_INSTALL += "\
   task-shr-minimal-base \
   task-shr-minimal-cli \
+  task-shr-minimal-fso \
   task-shr-minimal-apps \
   task-shr-minimal-audio \
   task-shr-minimal-gtk \
diff --git a/recipes/tasks/task-shr-minimal.bb b/recipes/tasks/task-shr-minimal.bb
index 81a081a..b73c6af 100644
--- a/recipes/tasks/task-shr-minimal.bb
+++ b/recipes/tasks/task-shr-minimal.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "SHR Lite Image Feed"
-PR = "r23"
+PR = "r24"
 PV = "2.0"
 LICENSE = "GPL"
 
@@ -109,6 +109,8 @@ RDEPENDS_${PN}-x = "\
   shr-theme-gry \
   xcursor-transparent-theme \
   xinput-calibrator \
+# All localedata based on IMAGE_LINGUAS
+  ${@get_rdepends(bb, d)} \
 # Make sure it's available for those who want's to play with illume2  
   e-wm-config-illume2-shr \
 "





More information about the Openembedded-commits mailing list