summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/metrics-discovery/metrics-discovery_1.5.108.bb
blob: dd6dc1d5d69da7a61b0c02dd5092c6b6986eb494 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY  = "Intel Metrics Discovery Application Programming Interface"
DESCRIPTION = "This software is a user mode library that provides access to \
GPU performance data."
LICENSE  = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=8c5c9ac8ffd04a5614befdf63fba6ba8"
SECTION = "lib"

inherit pkgconfig cmake

S = "${WORKDIR}/git"
SRCREV = "a495db4682b7318bc82b1cccfb17fafdf2e3a2ff"
SRC_URI = "git://github.com/intel/metrics-discovery.git;branch=master;protocol=https \
           file://0001-md_internal.h-Replace-string.h-with-string-C-header-.patch \
          "

EXTRA_OECMAKE += "-DMD_PLATFORM=linux"
EXTRA_OECMAKE += "-DMD_LIBDRM_SRC=${STAGING_INCDIR}"

DEPENDS = "libdrm"