diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-03-30 12:14:42 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-03-30 12:14:42 +0000 |
commit | 3a8a95c0afca204324e2c49e3a89cafbf59bf549 (patch) | |
tree | ca68e161f8917730d7202988f42c6cd07afb2d32 /gpe | |
parent | 3ea92ccb1cea24ea189b12b29aef599ee7658b2c (diff) |
apply lots of patches courtesy pb_
BKrev: 406964b2zzrDAOnwkUK6ASqCv3FYdA
Diffstat (limited to 'gpe')
-rw-r--r-- | gpe/files/device_table-minimal.txt | 0 | ||||
-rw-r--r-- | gpe/gpe-image.oe | 15 | ||||
-rw-r--r-- | gpe/meta-gpe.oe | 57 |
3 files changed, 72 insertions, 0 deletions
diff --git a/gpe/files/device_table-minimal.txt b/gpe/files/device_table-minimal.txt new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gpe/files/device_table-minimal.txt diff --git a/gpe/gpe-image.oe b/gpe/gpe-image.oe index e69de29bb2..e924fb6e74 100644 --- a/gpe/gpe-image.oe +++ b/gpe/gpe-image.oe @@ -0,0 +1,15 @@ +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' + +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' + +inherit image_ipk diff --git a/gpe/meta-gpe.oe b/gpe/meta-gpe.oe index e69de29bb2..0d0ee98b00 100644 --- a/gpe/meta-gpe.oe +++ b/gpe/meta-gpe.oe @@ -0,0 +1,57 @@ +PACKAGES = gpe-task-base +DESCRIPTION = "Meta-package for GPE Palmtop Environment" +DEPENDS = "gpe-bluetooth gpe-login gpe-dm gpe-session-scripts gpe-edit gpe-todo rxvt-unicode matchbox" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" + +ALLOW_EMPTY = 1 + +RDEPENDS_gpe-task-base = "\ + gpe-dm \ + gpe-login \ + gpe-session-scripts \ + matchbox \ + rxvt-unicode" + +# gpe-collateral-gtk2 \ +# gdk-pixbuf2-loader-jpeg \ +# \ +# gpe-bootsplash2 \ +# gpe-terminal \ +# \ +# keylaunch \ +# esd \ +# detect-stylus \ +# gpe-soundserver \ +# gpe-mimedir-tools \ +# teleport \ +# gpe-keylock \ +# \ +# xmonobut \ +# minilite \ +# minibat \ +# minipredict \ +# matchbox-panel-hacks \ +# mbinputmgr \ +# \ +# xstroke \ +# rosetta \ +# xkbd \ +# mbmerlin \ +# \ +# startup-monitor \ +# \ +# xtscal \ +# gpe-su2 \ +# gpe-conf \ +# gpe-confd \ +# xst \ +# \ +# gpe-what \ +# gpe-question2 \ +# gpe-announce2 \ +# \ +# gpe-wlancfg \ +# gpe-aerial \ +# hotplug-dbus \ +# gpe-autostarter \ +# nsqld |