diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-05 22:03:53 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-05 22:03:53 +0000 |
commit | 5a9b0014d9e6390627e4cce0224acd5e776f0d1f (patch) | |
tree | d49f0685715021e71a4b6b9c24d46e506d1c72cd /meta/gpe-image.oe | |
parent | 1fc85a7d0a7562f51a4ef2c4ec4a5e47ab041ceb (diff) |
install gpe, not gpe-task-base - patch courtesy pb_.
BKrev: 409964c96NQ-B1cgMWUVDJSrHeoVeQ
Diffstat (limited to 'meta/gpe-image.oe')
-rw-r--r-- | meta/gpe-image.oe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/gpe-image.oe b/meta/gpe-image.oe index e69de29bb2..cad322e1fe 100644 --- a/meta/gpe-image.oe +++ b/meta/gpe-image.oe @@ -0,0 +1,11 @@ +export IMAGE_BASENAME = "gpe-image" + +DEPENDS = 'task-bootstrap \ + diet-x11-cvs xserver matchbox-wm matchbox-desktop matchbox-panel \ + meta-gpe ttf-bitstream-vera' + +export IPKG_INSTALL = 'task-bootstrap xserver-kdrive-fbdev \ + gpe ttf-bitstream-vera pango-module-basic-xft \ + glibc-gconv glibc-gconv-iso8859-1 gdk-pixbuf-loader-png' + +inherit image_ipk |