mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
trace-cmd: create recipe for version 2.9.1
Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
SUMMARY = "User-space front-end command-line tool for ftrace"
|
||||
|
||||
LICENSE = "GPLv2 & LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=873f48a813bded3de6ebc54e6880c4ac"
|
||||
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git;branch=master \
|
||||
file://0001-trace-cmd-make-it-build-with-musl.patch"
|
||||
|
||||
SRCREV = "530b1a0caef39466e16bbd49de5afef89656f03f"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_install() {
|
||||
oe_runmake etcdir=${sysconfdir} DESTDIR=${D} install
|
||||
}
|
||||
|
||||
FILES_${PN} += "${libdir}/traceevent/plugins"
|
||||
Reference in New Issue
Block a user