Merge bk://openembedded@openembedded.bkbits.net/packages
authorHolger Freyther <zecke@selfish.org>
Sun, 15 Aug 2004 11:21:19 +0000 (11:21 +0000)
committerHolger Freyther <zecke@selfish.org>
Sun, 15 Aug 2004 11:21:19 +0000 (11:21 +0000)
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

nonworking/ltrace/ltrace_0.3.35.oe

index e69de29..48df0a6 100644 (file)
@@ -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}"