libtraceevent_1.8.4.bb 786 B

123456789101112131415161718192021
  1. # Copyright (C) 2022 Khem Raj <raj.khem@gmail.com>
  2. # Released under the MIT license (see COPYING.MIT for the terms)
  3. SUMMARY = "API to access the kernel tracefs directory"
  4. HOMEPAGE = "https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/"
  5. LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later"
  6. LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97 \
  7. file://LICENSES/LGPL-2.1;md5=b370887980db5dd40659b50909238dbd"
  8. SECTION = "libs"
  9. SRCREV = "bd47bd544c9ebc9f44bd88c2b2f2049230741058"
  10. SRC_URI = "git://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git;branch=${BPN};protocol=https \
  11. "
  12. inherit meson pkgconfig
  13. EXTRA_OEMESON = "-Ddoc=false"
  14. PACKAGES += "${PN}-plugins"
  15. FILES:${PN}-plugins += "${libdir}/traceevent/plugins"