mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
11
meta/recipes-devtools/strace/strace_4.5.20.bb
Normal file
11
meta/recipes-devtools/strace/strace_4.5.20.bb
Normal file
@@ -0,0 +1,11 @@
|
||||
DESCRIPTION = "strace is a system call tracing tool."
|
||||
HOMEPAGE = "http://sourceforge.net/projects/strace/"
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4535377ede62550fdeaf39f595fd550a"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2"
|
||||
inherit autotools
|
||||
|
||||
export INCLUDES = "-I. -I./linux"
|
||||
Reference in New Issue
Block a user