diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-03-31 09:07:54 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-03-31 09:07:54 +0000 |
commit | 7444b6120542910bb80aa23d5711083b90a544a9 (patch) | |
tree | 946da983ad94556af1711d1cc96f6cd8bd69fd91 /gpe | |
parent | d11b35a2177e820860f1ac8eee16d854b6a96713 (diff) |
next round of patches courtesy Philip Blundell
BKrev: 406a8a6aqJa40d9Q6CVpDRIg6XvTBQ
Diffstat (limited to 'gpe')
-rw-r--r-- | gpe/gpe-image.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gpe/gpe-image.oe b/gpe/gpe-image.oe index e924fb6e74..a4200767f4 100644 --- a/gpe/gpe-image.oe +++ b/gpe/gpe-image.oe @@ -2,7 +2,7 @@ DEPENDS = 'glibc base-files base-passwd-3.5.7 \ busybox dropbear hotplug ifupdown ipkg initscripts strace \ netbase tslib module-init-tools resolvconf sysvinit tinylogin \ diet-x11-cvs xserver matchbox-wm matchbox-desktop matchbox-panel \ - meta-gpe prelink' + meta-gpe prelink ttf-bitstream-vera' export IPKG_INSTALL = 'base-files base-passwd \ busybox dropbear \ @@ -10,6 +10,6 @@ export IPKG_INSTALL = 'base-files base-passwd \ initscripts kernel-modules \ netbase resolvconf \ tslib libgcc1 sysvinit tinylogin xserver-kdrive-fbdev \ - gpe-task-base' + gpe-task-base prelink ttf-bitstream-vera pango-module-basic-xft' inherit image_ipk |