diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-26 08:23:40 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-26 08:23:40 +0000 |
commit | dbdfbedd53281a0806ae73f2e19b1d029b919d10 (patch) | |
tree | 15fd4d5126cb01312ee640714a16d890bed38d44 | |
parent | 19414201eb9d849295ff6aec20975c5955b77995 (diff) |
remove strace from opie-image tooo - patch courtesy pb_.
BKrev: 408cc70cVVrPxZQhEWROHAFuUFhbNA
-rw-r--r-- | virtual/opie-image.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/opie-image.oe b/virtual/opie-image.oe index b3f31ce98c..849c075284 100644 --- a/virtual/opie-image.oe +++ b/virtual/opie-image.oe @@ -3,7 +3,7 @@ export IMAGE_BASENAME = "opie-image" OPIE_LIBS = "qte-for-opie qpf-bitstream-vera libqpe-opie libopie2" OPIE_BASE = "opie-qcop opie-quicklauncher opie-taskbar" -DEPENDS = "task-bootstrap strace ${OPIE_LIBS} ${OPIE_BASE}" +DEPENDS = "task-bootstrap ${OPIE_LIBS} ${OPIE_BASE}" export IPKG_INSTALL = "${DEPENDS}" |