From: Phil Blundell Date: Sun, 5 Sep 2004 11:55:27 +0000 (+0000) Subject: remove some redundant patches X-Git-Tag: Release-2010-05/1~17384 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b85fae03d81d8c00266ff4e2b59dff7982b41cb3;p=openembedded.git remove some redundant patches BKrev: 413afeafgzprTCp2Y5_V5ulubG5sDQ --- diff --git a/strace/strace_4.5.7.oe b/strace/strace_4.5.7.oe index e69de29bb2..5c3a71e4a7 100644 --- a/strace/strace_4.5.7.oe +++ b/strace/strace_4.5.7.oe @@ -0,0 +1,10 @@ +PR = "r1" + +DESCRIPTION = "strace is a system call tracing tool." + +SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \ + file://arm-syscallent.patch;patch=1" + +inherit autotools + +export INCLUDES = "-I. -I./linux"