diff options
author | Greg Gilbert <greg@treke.net> | 2004-04-06 04:20:48 +0000 |
---|---|---|
committer | Greg Gilbert <greg@treke.net> | 2004-04-06 04:20:48 +0000 |
commit | 1a9b06c701f06283f78053e53c70bdc911c90a0b (patch) | |
tree | 0f43fa5a65fe461ac32d1b13c710297c04b6fd2f /gpe | |
parent | a4c1ecac828fc1c400b2d7c20be5e88b8eb689cb (diff) |
gpe-image.oe:
Rename: gpe/gpe-image.oe -> virtual/gpe-image.oe
Moving image .oe's into the virtual directory
BKrev: 407230208_Cqu6O1vqCFyVzN_pNE2Q
Diffstat (limited to 'gpe')
-rw-r--r-- | gpe/gpe-image.oe | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gpe/gpe-image.oe b/gpe/gpe-image.oe deleted file mode 100644 index a4200767f4..0000000000 --- a/gpe/gpe-image.oe +++ /dev/null @@ -1,15 +0,0 @@ -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 |