From c6a6eb18c2df957a60d0a1561b9f69717f7aa386 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Fri, 8 Oct 2010 16:54:48 +0100 Subject: strace: use BBCLASSEXTEND to enable a native package Signed-off-by: Joshua Lock --- meta/recipes-devtools/strace/strace_4.5.20.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta/recipes-devtools/strace') 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 @@ 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" -- cgit v1.2.3-54-g00ecf