diff options
-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 cc2ae1a9644..bc0804327f8 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" |