summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-10-08 16:54:48 +0100
committerJoshua Lock <josh@linux.intel.com>2010-10-12 13:32:36 +0100
commitc6a6eb18c2df957a60d0a1561b9f69717f7aa386 (patch)
tree4872e734786d893281c47765a7929d675f77ba52 /meta/recipes-devtools/strace
parent812f8835d2590ceccb067bae79f06c253140d290 (diff)
downloadpoky-c6a6eb18c2df957a60d0a1561b9f69717f7aa386.tar.gz
strace: use BBCLASSEXTEND to enable a native package
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/strace')
-rw-r--r--meta/recipes-devtools/strace/strace_4.5.20.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/strace/strace_4.5.20.bb b/meta/recipes-devtools/strace/strace_4.5.20.bb
index cc2ae1a964..bc0804327f 100644
--- a/meta/recipes-devtools/strace/strace_4.5.20.bb
+++ b/meta/recipes-devtools/strace/strace_4.5.20.bb
@@ -1,11 +1,13 @@
1DESCRIPTION = "strace is a system call tracing tool." 1DESCRIPTION = "strace is a system call tracing tool."
2HOMEPAGE = "http://sourceforge.net/projects/strace/" 2HOMEPAGE = "http://strace.sourceforge.net"
3SECTION = "console/utils" 3SECTION = "console/utils"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4535377ede62550fdeaf39f595fd550a" 5LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4535377ede62550fdeaf39f595fd550a"
6PR = "r0" 6PR = "r1"
7 7
8SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2" 8SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2"
9inherit autotools 9inherit autotools
10 10
11export INCLUDES = "-I. -I./linux" 11export INCLUDES = "-I. -I./linux"
12
13BBCLASSEXTEND = "native"