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)
downloadast2050-yocto-poky-c6a6eb18c2df957a60d0a1561b9f69717f7aa386.zip
ast2050-yocto-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/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 cc2ae1a..bc08043 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 @@
DESCRIPTION = "strace is a system call tracing tool."
-HOMEPAGE = "http://sourceforge.net/projects/strace/"
+HOMEPAGE = "http://strace.sourceforge.net"
SECTION = "console/utils"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4535377ede62550fdeaf39f595fd550a"
-PR = "r0"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2"
inherit autotools
export INCLUDES = "-I. -I./linux"
+
+BBCLASSEXTEND = "native"
OpenPOWER on IntegriCloud