diff options
-rw-r--r-- | virtual/gpe-image.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/gpe-image.oe b/virtual/gpe-image.oe index d518c2cdfd..89b34ec3cd 100644 --- a/virtual/gpe-image.oe +++ b/virtual/gpe-image.oe @@ -1,10 +1,10 @@ export IMAGE_BASENAME = "gpe-image" -DEPENDS = 'task-bootstrap strace \ +DEPENDS = 'task-bootstrap \ diet-x11-cvs xserver matchbox-wm matchbox-desktop matchbox-panel \ meta-gpe ttf-bitstream-vera' -export IPKG_INSTALL = 'task-bootstrap strace xserver-kdrive-fbdev \ +export IPKG_INSTALL = 'task-bootstrap xserver-kdrive-fbdev \ gpe-task-base ttf-bitstream-vera pango-module-basic-xft \ glibc-gconv glibc-gconv-iso8859-1 gdk-pixbuf-loader-png' |