From: Michael Lauer Date: Fri, 12 May 2006 15:49:25 +0000 (+0000) Subject: ltrace: remove do_install X-Git-Tag: Release-2010-05/1~9453^2~1709^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffe4d73587bc0136d9b9a7e891f20987481af135;p=openembedded.git ltrace: remove do_install --- diff --git a/packages/ltrace/ltrace_0.3.36.bb b/packages/ltrace/ltrace_0.3.36.bb index aa116602ab..ae2c865f72 100644 --- a/packages/ltrace/ltrace_0.3.36.bb +++ b/packages/ltrace/ltrace_0.3.36.bb @@ -1,12 +1,13 @@ DESCRIPTION = "ltrace shows runtime library call information for dynamically linked executables." +HOMEPAGE = "http://packages.debian.org/unstable/utils/ltrace.html" SECTION = "devel" DEPENDS = "libelf" LICENSE = "GPL" +PR = "r1" SRC_URI = "ftp://ftp.debian.org/debian/pool/main/l/ltrace/ltrace_0.3.36.orig.tar.gz\ ftp://ftp.debian.org/debian/pool/main/l/ltrace/ltrace_0.3.36-2.diff.gz;patch=1\ file://mvc-toolchain.patch;patch=1" -# file://diska-ltrace-conf.patch;patch=1" inherit autotools @@ -22,5 +23,3 @@ export TARGET_CFLAGS = "${SELECTED_OPTIMIZATION} -isystem ${STAGING_DIR}/${TARGE do_compile() { oe_runmake LDFLAGS=${TARGET_LDFLAGS} LIBS="-lsupc++ -liberty -Wl,-Bstatic -lelf -Wl,-Bdynamic" ${EXTRA_OEMAKE} } - -do_install() {