diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-26 08:16:17 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-26 08:16:17 +0000 |
commit | 19414201eb9d849295ff6aec20975c5955b77995 (patch) | |
tree | 6834335fb6e381ecf93912781fcdc24e9c1e2016 | |
parent | 322182190b5d0cad175986e7e70e3085fdc29d84 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/04/26 00:55:53+02:00 uni-frankfurt.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/packages
2004/04/25 21:42:30+02:00 uni-frankfurt.de!mickeyl
remove strace from gpe-image temporarily - patch courtesy pb_.
BKrev: 408cc551LMzSUA0AvqQyIoz-nEzIhw
-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' |