diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2005-08-01 09:30:55 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-01 09:30:55 +0000 |
commit | 83942878a1209397dddf7eb30c0f25d9c30c6629 (patch) | |
tree | dddf7ec66de196026687e316ff9a30fede23377d /conf/machine | |
parent | 376ed2339293d4beaeac69f8edad13ea208f787d (diff) | |
parent | c73478f79c43eb34e43fd70c33751e02486cc938 (diff) |
merge of ba1902d8dbd8a626bad7a6b5ace212501925610e
and f96e24038885c7474538e1f7a2893fd0fb5492ae
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/netvista.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/netvista.conf b/conf/machine/netvista.conf index 567cee8ba1..fc61ba4f6a 100644 --- a/conf/machine/netvista.conf +++ b/conf/machine/netvista.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for the IBM Netvista thin client TARGET_ARCH = "i386" -IPKG_ARCHS = "all i386 ${MACHINE}" +IPKG_ARCHS = "all i386" PREFERRED_PROVIDER_xserver = "xserver-xorg" PREFERRED_PROVIDER_virtual/kernel = "linux-netvista" BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel pciutils module-init-tools strace" @@ -17,6 +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" #BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel pciutils udev module-init-tools strace" #BOOTSTRAP_EXTRA_RDEPENDS = "pciutils udev module-init-tools kernel-modules strace |