1SUMMARY = "User-space front-end command-line tool for ftrace" 2 3LICENSE = "GPL-2.0-only & LGPL-2.1-only" 4LIC_FILES_CHKSUM = "file://COPYING;md5=873f48a813bded3de6ebc54e6880c4ac" 5 6SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git;branch=master \ 7 file://0001-trace-cmd-make-it-build-with-musl.patch" 8 9SRCREV = "530b1a0caef39466e16bbd49de5afef89656f03f" 10 11S = "${WORKDIR}/git" 12 13do_install() { 14 oe_runmake etcdir=${sysconfdir} DESTDIR=${D} install 15 mkdir -p ${D}${libdir}/traceevent/plugins/${BPN} 16 mv ${D}/${libdir}/traceevent/plugins/*.so ${D}${libdir}/traceevent/plugins/${BPN}/ 17} 18 19FILES:${PN} += "${libdir}/traceevent/plugins" 20