From: Khem Raj Date: Tue, 15 Jun 2010 15:37:55 +0000 (-0700) Subject: ltrace_0.5.3.bb: Add binutils to DEPENDS X-Git-Tag: sz_160~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=688d4cc8203e16be4db044e2452addaf89600d26;p=openembedded.git ltrace_0.5.3.bb: Add binutils to DEPENDS * ltrace needs libiberty which is staged by binutils. Earlier it was staged via gcc-cross Signed-off-by: Khem Raj --- diff --git a/recipes/ltrace/ltrace_0.5.3.bb b/recipes/ltrace/ltrace_0.5.3.bb index 4130c29f68..766fa3e300 100644 --- a/recipes/ltrace/ltrace_0.5.3.bb +++ b/recipes/ltrace/ltrace_0.5.3.bb @@ -1,9 +1,11 @@ DESCRIPTION = "ltrace shows runtime library call information for dynamically linked executables." HOMEPAGE = "http://ltrace.alioth.debian.org" SECTION = "devel" -DEPENDS = "libelf" +DEPENDS = "libelf binutils" LICENSE = "GPLv2" +PR = "r1" + SRC_URI = "\ ${DEBIAN_MIRROR}/main/l/ltrace/ltrace_${PV}.orig.tar.gz \ ${DEBIAN_MIRROR}/main/l/ltrace/ltrace_${PV}-2.diff.gz;patch=1 \