mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
3e79b4c4e1
libelf (elfutils) is required for resolving symbols in DSO and for sdt (taken from ktap docs). The earlier v0.4 recipe built ktap against libelf if it was found, thus enable it per default. FFI needs to be enabled for both userspace and kernel module. Currently, it is only supported for x86_64 (enforced when building ktap-module). Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 lines
410 B
PHP
14 lines
410 B
PHP
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
HOMEPAGE = "http://www.ktap.org"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://LICENSE-GPL;md5=eb723b61539feef013de476e68b5c50a"
|
|
|
|
SRCREV = "c8401e07c89cdec9a5f673da4ddb12b7982b522b"
|
|
SRC_URI = "git://github.com/ktap/ktap.git"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
# Package config is abused as a general compile time configuration tool.
|
|
PACKAGECONFIG[ffi] = ""
|