summaryrefslogtreecommitdiffstats
path: root/meta-agl-drm-lease/recipes-support/fff/fff_git.bb
blob: 050735614f98125da7a64009e35f35989c26abf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ae0c5f671972941881237cb85e1c74b2"

SRC_URI = "git://github.com/meekrosoft/fff.git"

PV = "git${SRCPV}"
SRCREV = "cbe9b8b7fba14a042d2b4e008dedf0b998c35ae8"

S = "${WORKDIR}/git"

DEPENDS = "libdrm libcheck"

do_install() {
    install -d ${D}/${includedir}
    install ${S}/fff.h ${D}/${includedir}/
}