diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-27 11:32:25 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-27 11:32:25 +0000 |
commit | 80e85c0a8664aa9e5008268ed03c6c1cd30366bb (patch) | |
tree | 06a338a238db838c1651c810a3785a70aadbe4d9 | |
parent | 0a920ef9a19ebf54c93343cb48202f5448a3d9ba (diff) |
remove linphone-hh from bigscreen
add gpe-task-games to bigscreen and smallscreen
BKrev: 41a865c9VrX1k4NPKvkecGnX3_nZ7A
-rw-r--r-- | meta/gpe-image.oe | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/gpe-image.oe b/meta/gpe-image.oe index 2efb2561da..09dc9963b2 100644 --- a/meta/gpe-image.oe +++ b/meta/gpe-image.oe @@ -6,7 +6,7 @@ FEED_URIS_append_openzaurus = " x11##http://openzaurus.org/official/unstable/3.5 FEED_URIS_append_familiar = " x11##http://familiar.handhelds.org/releases/0.8/feed/x11 \ gpe##http://familiar.handhelds.org/releases/0.8/feed/gpe" -PR = "r7" +PR = "r8" export IMAGE_BASENAME = "gpe-image" @@ -17,11 +17,11 @@ GPE_EXTRA_INSTALL += "${GPE_EXTRA_DEPENDS_${GPE_MACHINE_CLASS}}" #GPE_EXTRA_DEPENDS_bigscreen = "firefox linphone" #GPE_EXTRA_INSTALL_bigscreen = "firefox linphone" -GPE_EXTRA_DEPENDS_bigscreen = "minimo linphone-hh" -GPE_EXTRA_INSTALL_bigscreen = "minimo linphone-hh" +GPE_EXTRA_DEPENDS_bigscreen = "minimo" +GPE_EXTRA_INSTALL_bigscreen = "minimo gpe-task-games" GPE_EXTRA_DEPENDS_smallscreen = "minimo linphone-hh" -GPE_EXTRA_INSTALL_smallscreen = "minimo linphone-hh" +GPE_EXTRA_INSTALL_smallscreen = "minimo linphone-hh gpe-task-games" GPE_EXTRA_DEPENDS_none = "" GPE_EXTRA_INSTALL_none = "" |