summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-05-14 01:30:07 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-05-13 15:46:25 -0400
commit632ea21d490022bbca34ee43bda31bbe5678a779 (patch)
tree98a7fda53cab8517b5914034f90a1ace7f0e8315
parent85810547e3411fb2516600ccfa0c3419b6368742 (diff)
downloadmeta-ti-fido.tar.gz
libgbm: add latest version 10.0.0 from meta-aragofido
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-graphics/gbm/libgbm_10.0.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-graphics/gbm/libgbm_10.0.0.bb b/recipes-graphics/gbm/libgbm_10.0.0.bb
new file mode 100644
index 00000000..a55074af
--- /dev/null
+++ b/recipes-graphics/gbm/libgbm_10.0.0.bb
@@ -0,0 +1,15 @@
1DESCRIPTION = "Userspace interface for the kernel GBM services."
2HOMEPAGE = "http://git.ti.com"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c0ec437b187f7"
5DEPENDS = "libdrm"
6
7inherit autotools pkgconfig
8
9BRANCH = "next"
10
11SRCREV = "96f37555c7e82a417b02051661377b10e6b3966e"
12
13SRC_URI = "git://git.ti.com/glsdk/libgbm.git;protocol=git;branch=${BRANCH}"
14
15S = "${WORKDIR}/git"