mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 19:02:23 +01:00
Drop backport. (From OE-Core rev: 1125dc6679c72c6b377d802009c908465626a3e6) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 lines
808 B
BlitzBasic
24 lines
808 B
BlitzBasic
# Copyright (C) 2022 Khem Raj <raj.khem@gmail.com>
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
SUMMARY = "API to access the kernel tracefs directory"
|
|
HOMEPAGE = "https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/"
|
|
LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97 \
|
|
file://LICENSES/LGPL-2.1;md5=b370887980db5dd40659b50909238dbd"
|
|
SECTION = "libs"
|
|
|
|
SRCREV = "645a883516e343ee970ebb80398cfd7b7dbd227e"
|
|
SRC_URI = "git://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git;branch=${BPN};protocol=https \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit meson pkgconfig
|
|
|
|
EXTRA_OEMESON = "-Ddoc=false"
|
|
|
|
PACKAGES += "${PN}-plugins"
|
|
|
|
FILES:${PN}-plugins += "${libdir}/traceevent/plugins"
|