From: Michael Lauer Date: Mon, 26 Apr 2004 08:23:40 +0000 (+0000) Subject: remove strace from opie-image tooo - patch courtesy pb_. X-Git-Tag: Release-2010-05/1~19547 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbdfbedd53281a0806ae73f2e19b1d029b919d10;p=openembedded.git remove strace from opie-image tooo - patch courtesy pb_. BKrev: 408cc70cVVrPxZQhEWROHAFuUFhbNA --- 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}"