diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-10-08 16:54:48 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-10-12 13:32:36 +0100 |
commit | c6a6eb18c2df957a60d0a1561b9f69717f7aa386 (patch) | |
tree | 4872e734786d893281c47765a7929d675f77ba52 /meta/recipes-devtools | |
parent | 812f8835d2590ceccb067bae79f06c253140d290 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-devtools/strace/strace_4.5.20.bb | 6 |
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 @@ | |||
1 | DESCRIPTION = "strace is a system call tracing tool." | 1 | DESCRIPTION = "strace is a system call tracing tool." |
2 | HOMEPAGE = "http://sourceforge.net/projects/strace/" | 2 | HOMEPAGE = "http://strace.sourceforge.net" |
3 | SECTION = "console/utils" | 3 | SECTION = "console/utils" |
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
5 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4535377ede62550fdeaf39f595fd550a" | 5 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4535377ede62550fdeaf39f595fd550a" |
6 | PR = "r0" | 6 | PR = "r1" |
7 | 7 | ||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2" | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2" |
9 | inherit autotools | 9 | inherit autotools |
10 | 10 | ||
11 | export INCLUDES = "-I. -I./linux" | 11 | export INCLUDES = "-I. -I./linux" |
12 | |||
13 | BBCLASSEXTEND = "native" | ||