summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-11-14 01:27:39 +0000
committerPhil Blundell <philb@gnu.org>2004-11-14 01:27:39 +0000
commitca50dd5329b0be53bf85e52829946768757b63f5 (patch)
treefff834a61fd4dd4e335c2f073465418ab2fecd4e
parent398a0cc52e80adf49d3e0a8fef524c4ba01e984f (diff)
use same packages for bigscreen as for smallscreen, since firefox is too big for zaurus rootfs and linphone is too broken
BKrev: 4196b48bZwNyeUjMp4SJiqphqKJNzQ
-rw-r--r--meta/gpe-image.oe6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/gpe-image.oe b/meta/gpe-image.oe
index 51afa7d8b0..2b57bdf838 100644
--- a/meta/gpe-image.oe
+++ b/meta/gpe-image.oe
@@ -13,8 +13,10 @@ GPE_MACHINE_CLASS ?= "none"
GPE_EXTRA_DEPENDS += "${GPE_EXTRA_DEPENDS_${GPE_MACHINE_CLASS}}"
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 = "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_smallscreen = "minimo linphone-hh"
GPE_EXTRA_INSTALL_smallscreen = "minimo linphone-hh"