diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-11 11:59:11 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-11 11:59:11 +0000 |
commit | 56df3760c28d2bbc5bd14312c8505c2f60378e6a (patch) | |
tree | e0b01fc42d111cffd3ef8147acf1fb21a9a2673f | |
parent | f805b449cb6ab1b2ad8b7b5f5efb39a9d6d93b2b (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/04/11 13:59:04+02:00 de[mickey]!mickey
gpe-image.patch
BKrev: 4079330fb9y1zRLSepZ2jfyVekawlQ
-rw-r--r-- | virtual/gpe-image.oe | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/virtual/gpe-image.oe b/virtual/gpe-image.oe index e69de29bb2..a61c0203af 100644 --- a/virtual/gpe-image.oe +++ b/virtual/gpe-image.oe @@ -0,0 +1,17 @@ +export IMAGE_BASENAME = "gpe-image" + +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 ttf-bitstream-vera' + +export IPKG_INSTALL = 'base-files base-passwd \ + busybox dropbear \ + libc6 hotplug ifupdown ipkg strace \ + initscripts kernel-modules \ + netbase resolvconf \ + tslib libgcc1 sysvinit tinylogin xserver-kdrive-fbdev \ + gpe-task-base prelink ttf-bitstream-vera pango-module-basic-xft' + +inherit image_ipk |