[oe-commits] Khem Raj : ltrace_0.5.3.bb: Add binutils to DEPENDS

git version control git at git.openembedded.org
Tue Jun 15 15:38:59 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 83a48026dd927da1c4f0347a43df18b1ec4e8369
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=83a48026dd927da1c4f0347a43df18b1ec4e8369

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Jun 15 08:37:55 2010 -0700

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 <raj.khem at gmail.com>

---

 recipes/ltrace/ltrace_0.5.3.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/ltrace/ltrace_0.5.3.bb b/recipes/ltrace/ltrace_0.5.3.bb
index eab47eb..368fca2 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;name=archive \
   ${DEBIAN_MIRROR}/main/l/ltrace/ltrace_${PV}-2.diff.gz;name=patch \





More information about the Openembedded-commits mailing list