Adjust image based on RR release policy
[AGL/meta-agl-devel.git] / meta-agl-drm-lease / recipes-support / fff / fff_git.bb
1 LICENSE = "MIT"
2 LIC_FILES_CHKSUM = "file://LICENSE;md5=ae0c5f671972941881237cb85e1c74b2"
3
4 SRC_URI = "git://github.com/meekrosoft/fff.git;branch=master;protocol=https"
5
6 PV = "git${SRCPV}"
7 SRCREV = "cbe9b8b7fba14a042d2b4e008dedf0b998c35ae8"
8
9 S = "${WORKDIR}/git"
10
11 DEPENDS = "libdrm libcheck"
12
13 do_install() {
14     install -d ${D}/${includedir}
15     install ${S}/fff.h ${D}/${includedir}/
16 }