From 7df40b3378412f4700224e44042656159bc8f86c Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sun, 15 Nov 2009 11:08:43 +0100 Subject: ltrace: fix wrong path to coreutils-native and add actual dependency --- recipes/ltrace/ltrace_0.5.3.bb | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'recipes/ltrace/ltrace_0.5.3.bb') diff --git a/recipes/ltrace/ltrace_0.5.3.bb b/recipes/ltrace/ltrace_0.5.3.bb index 050a023159..9296510f7d 100644 --- a/recipes/ltrace/ltrace_0.5.3.bb +++ b/recipes/ltrace/ltrace_0.5.3.bb @@ -1,17 +1,18 @@ DESCRIPTION = "ltrace shows runtime library call information for dynamically linked executables." HOMEPAGE = "http://ltrace.alioth.debian.org" SECTION = "devel" -DEPENDS = "libelf" +DEPENDS = "coreutils-native libelf" LICENSE = "GPLv2" -SRC_URI = "${DEBIAN_MIRROR}/main/l/ltrace/ltrace_${PV}.orig.tar.gz \ - ${DEBIAN_MIRROR}/main/l/ltrace/ltrace_${PV}-2.diff.gz;patch=1 \ - file://add-sysdep.patch;patch=1 \ - file://ltrace-compile.patch;patch=1 \ - file://ltrace-mips-remove-CP.patch;patch=1 \ - file://ltrace-mips.patch;patch=1 \ - file://ltrace-ppc.patch;patch=1 \ - " +SRC_URI = "\ + ${DEBIAN_MIRROR}/main/l/ltrace/ltrace_${PV}.orig.tar.gz \ + ${DEBIAN_MIRROR}/main/l/ltrace/ltrace_${PV}-2.diff.gz;patch=1 \ + file://add-sysdep.patch;patch=1 \ + file://ltrace-compile.patch;patch=1 \ + file://ltrace-mips-remove-CP.patch;patch=1 \ + file://ltrace-mips.patch;patch=1 \ + file://ltrace-ppc.patch;patch=1 \ +" inherit autotools PARALLEL_MAKE = "" @@ -70,5 +71,5 @@ do_install() { sparc*) LTRACE_ARCH=sparc ;; x86_64*) LTRACE_ARCH=x86_64 ;; esac - oe_runmake install ${EXTRA_OEMAKE} ARCH=${LTRACE_ARCH} INSTALL=${STAGING_BINDIR_NATIVE}/install DESTDIR=${D} + oe_runmake install ${EXTRA_OEMAKE} ARCH=${LTRACE_ARCH} INSTALL=${STAGING_BINDIR_NATIVE}/install.coreutils-native DESTDIR=${D} } -- cgit 1.2.3-korg