From: Phil Blundell Date: Sun, 14 Nov 2004 01:27:39 +0000 (+0000) Subject: use same packages for bigscreen as for smallscreen, since firefox is too big for... X-Git-Tag: Release-2010-05/1~16281 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca50dd5329b0be53bf85e52829946768757b63f5;p=openembedded.git use same packages for bigscreen as for smallscreen, since firefox is too big for zaurus rootfs and linphone is too broken BKrev: 4196b48bZwNyeUjMp4SJiqphqKJNzQ --- 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"