diff options
author | Koen Kooi <koen@openembedded.org> | 2005-09-15 08:11:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-15 08:11:35 +0000 |
commit | a6b4fc3c123369ffe906536fdbcae2fd61aff0b7 (patch) | |
tree | 7dfb5ee06f80578cb7830d9b17f6fcabd32fadea /conf/machine | |
parent | 1c3b8f4bedf1b53d0836d866f3ef56b2755fa347 (diff) |
conf/machine/ipaq-pxa270.conf: remove some cruft, needs to in meta/meta-gpe.bb anyway
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/ipaq-pxa270.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/ipaq-pxa270.conf b/conf/machine/ipaq-pxa270.conf index 0565b897b7..5c6c040af6 100644 --- a/conf/machine/ipaq-pxa270.conf +++ b/conf/machine/ipaq-pxa270.conf @@ -24,8 +24,8 @@ include conf/machine/ipaq-common.conf include conf/machine/handheld-common.conf GUI_MACHINE_CLASS = "bigscreen" -GPE_EXTRA_DEPENDS += "gaim sylpheed gpe-filemanager gpe-nmf evince" -GPE_EXTRA_INSTALL += "gaim sylpheed gpe-filemanager gpe-nmf evince" +GPE_EXTRA_DEPENDS += "gaim sylpheed" +GPE_EXTRA_INSTALL += "gaim sylpheed" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. include conf/machine/tune-xscale.conf |