diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-12 14:45:17 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-12 21:18:03 +0100 |
commit | dc115b9b6416a6f417c76088e7d43f08f6697d5e (patch) | |
tree | 6a89de591d522c4e6337d0a0306a388e690413d2 /recipes/tasks | |
parent | 79b6c7fe7bebd64e28bff9c5e3b46aaec174777d (diff) |
shr-image: move some stuff from task-shr-minimal to task-shr, drop unneeded and make shr-lite-images smaller
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/task-shr-minimal.bb | 17 | ||||
-rw-r--r-- | recipes/tasks/task-shr.bb | 13 |
2 files changed, 12 insertions, 18 deletions
diff --git a/recipes/tasks/task-shr-minimal.bb b/recipes/tasks/task-shr-minimal.bb index 8538391df3..5b16a2a14b 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 = "r20" +PR = "r21" PV = "2.0" LICENSE = "GPL" @@ -67,11 +67,8 @@ RDEPENDS_${PN}-base = "\ sysfsutils \ modutils-initscripts \ module-init-tools-depmod \ - rsync \ - screen \ fbset \ fbset-modes \ - openssh-sftp-server \ cron \ logrotate\ util-linux-ng-fdisk \ @@ -79,13 +76,8 @@ RDEPENDS_${PN}-base = "\ " RDEPENDS_${PN}-cli = "\ - screen \ nano \ - iptables \ mtd-utils \ - s3c24xx-gpio \ - mickeydbus \ - mickeyterm \ " RDEPENDS_${PN}-fso = "\ @@ -112,15 +104,9 @@ RDEPENDS_${PN}-audio_append_om-gta02 = "\ " RDEPENDS_${PN}-x = "\ - glibc-utils \ - glibc-charmap-utf-8 \ e-wm-menu-shr \ shr-wizard \ shr-theme-gry \ - etk-theme-shr \ - ${@get_rdepends(bb, d)} \ - libx11-locale \ - libmokoui2 \ xcursor-transparent-theme \ xinput-calibrator \ " @@ -145,7 +131,6 @@ RDEPENDS_${PN}-gtk = "\ openmoko-icon-theme-standard2 \ shr-theme-gtk-e17lookalike \ vala-terminal \ - tangogps \ pyphonelog \ matchbox-keyboard-im \ " diff --git a/recipes/tasks/task-shr.bb b/recipes/tasks/task-shr.bb index 25e1b170c3..1f072500d2 100644 --- a/recipes/tasks/task-shr.bb +++ b/recipes/tasks/task-shr.bb @@ -1,5 +1,5 @@ DESCRIPTION = "SHR Fat Image Feed" -PR = "r3" +PR = "r4" PV = "2.0" LICENSE = "GPL" @@ -9,6 +9,7 @@ PACKAGES = "\ ${PN}-gtk \ ${PN}-apps \ ${PN}-games \ + ${PN}-cli \ " RDEPENDS_${PN}-gtk = "\ @@ -17,6 +18,7 @@ RDEPENDS_${PN}-gtk = "\ libpurple-protocol-msn \ libpurple-protocol-icq \ vagalume \ + tangogps \ gpe-sketchbook \ " @@ -27,9 +29,16 @@ RDEPENDS_${PN}-apps += "\ midori \ intone \ " +RDEPENDS_${PN}-apps += "\ + task-shr-minimal-cli \ + screen \ + rsync \ + mickeydbus \ + mickeyterm \ + openssh-sftp-server \ +" RDEPENDS_${PN}-games += "\ mokomaze \ numptyphysics \ " - |