aboutsummaryrefslogtreecommitdiffstats
path: root/nonworking
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2004-08-15 11:21:19 +0000
committerHolger Freyther <zecke@selfish.org>2004-08-15 11:21:19 +0000
commit4ec09cee6efea2408c610cb0f01ee31054ad97e5 (patch)
tree0f7c6c18a6917798fd0de79f2946a9b739a5e274 /nonworking
parent511a68cecc3e0f544ba539fe3db38027cfbaa64f (diff)
downloadopenembedded-4ec09cee6efea2408c610cb0f01ee31054ad97e5.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into debian.(none):/home/ich/programming/oe/oe-packages-exported 2004/08/15 13:21:05+02:00 (none)!ich ltrace_0.3.35.oe: "Patch Makefile.in to not include -I- this was guilty that "elf.h" did include the global elf.h it found and not the local one Rename: nonworking/ltrace/ltrace_0.3.34.oe -> nonworking/ltrace/ltrace_0.3.35.oe BKrev: 411f472fhPoy93XNKuKz7irVShOvFA
Diffstat (limited to 'nonworking')
-rw-r--r--nonworking/ltrace/ltrace_0.3.35.oe11
1 files changed, 11 insertions, 0 deletions
diff --git a/nonworking/ltrace/ltrace_0.3.35.oe b/nonworking/ltrace/ltrace_0.3.35.oe
index e69de29bb2..48df0a60c0 100644
--- a/nonworking/ltrace/ltrace_0.3.35.oe
+++ b/nonworking/ltrace/ltrace_0.3.35.oe
@@ -0,0 +1,11 @@
+DESCRIPTION = "ltrace is a library call tracing tool."
+PR = "1"
+
+SRC_URI = "${DEBIAN_MIRROR}/main/l/ltrace/ltrace_0.3.35.tar.gz \
+ file://no_global_includes.patch;patch=1 "
+
+inherit autotools
+
+EXTRA_OEMAKE = "ARCH=${HOST_ARCH}"
+
+S = "${WORKDIR}/ltrace-${PV}"