1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-27 14:28:05 +00:00
Files
Denys Dmytriyenko 7663c3bcf5 libgbm: add latest version 10.0.0 from meta-arago
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-04-20 16:50:30 -04:00

16 lines
423 B
BlitzBasic

DESCRIPTION = "Userspace interface for the kernel GBM services."
HOMEPAGE = "http://git.ti.com"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c0ec437b187f7"
DEPENDS = "libdrm"
inherit autotools pkgconfig
BRANCH = "next"
SRCREV = "96f37555c7e82a417b02051661377b10e6b3966e"
SRC_URI = "git://git.ti.com/glsdk/libgbm.git;protocol=git;branch=${BRANCH}"
S = "${WORKDIR}/git"