diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2005-08-19 10:22:43 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-19 10:22:43 +0000 |
commit | cb4c8d46b4a02c644695f3d818362d66f463de01 (patch) | |
tree | d98e45fb1a31545e5c2a5f05256eaf0197e5fd94 /conf/machine/netvista.conf | |
parent | 75d01547a53ad17ec85783eb778eea6df9478122 (diff) |
Update netvista cinguration.
Fix several version numbers for the maemo images.
Diffstat (limited to 'conf/machine/netvista.conf')
-rw-r--r-- | conf/machine/netvista.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/netvista.conf b/conf/machine/netvista.conf index fc61ba4f6a..30223a485d 100644 --- a/conf/machine/netvista.conf +++ b/conf/machine/netvista.conf @@ -17,8 +17,8 @@ TARGET_VENDOR = "-oe" PREFERRED_PROVIDERS_append = " virtual/kernel:linux-netvista" IMAGE_FSTYPE = "ext2" GUI_MACHINE_CLASS = "bigscreen" -GPE_EXTRA_DEPENDS += "gaim sylpheed gpe-mini-browser" -GPE_EXTRA_INSTALL += "gaim sylpheed gpe-mini-browser" +GPE_EXTRA_DEPENDS += "gaim sylpheed gpe-mini-browser abiword" +GPE_EXTRA_INSTALL += "gaim sylpheed gpe-mini-browser abiword" #BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel pciutils udev module-init-tools strace" #BOOTSTRAP_EXTRA_RDEPENDS = "pciutils udev module-init-tools kernel-modules strace |