mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
strace: use BBCLASSEXTEND to enable a native package
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user