aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-08-29 20:27:55 +0000
committerPhil Blundell <philb@gnu.org>2004-08-29 20:27:55 +0000
commitc4d78987dc859de9acf4d1166faa6ad0eaeb253b (patch)
treecc1dde30dd2658b12814c3576c071d373962008c /meta
parent48e36ff085e393e75490db65d487c5e138a5735f (diff)
downloadopenembedded-c4d78987dc859de9acf4d1166faa6ad0eaeb253b.tar.gz
add linphone for big screen devices, linphone-hh for small screen devices
BKrev: 41323c4b0id8ndA2CskRyBm8ytt16w
Diffstat (limited to 'meta')
-rw-r--r--meta/gpe-image.oe8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/gpe-image.oe b/meta/gpe-image.oe
index 00eeb0f402..15bc3d377a 100644
--- a/meta/gpe-image.oe
+++ b/meta/gpe-image.oe
@@ -5,11 +5,11 @@ 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"
-GPE_EXTRA_INSTALL_bigscreen = "firefox"
+GPE_EXTRA_DEPENDS_bigscreen = "firefox linphone"
+GPE_EXTRA_INSTALL_bigscreen = "firefox linphone"
-GPE_EXTRA_DEPENDS_smallscreen = "minimo"
-GPE_EXTRA_INSTALL_smallscreen = "minimo"
+GPE_EXTRA_DEPENDS_smallscreen = "minimo linphone-hh"
+GPE_EXTRA_INSTALL_smallscreen = "minimo linphone-hh"
GPE_EXTRA_DEPENDS_none = ""
GPE_EXTRA_INSTALL_none = ""