diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-04-21 00:32:28 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-04-20 16:50:30 -0400 |
commit | 7663c3bcf5ff1b9ee82518d8074bc6b1a0a4f3f8 (patch) | |
tree | eec042d47c9c64ff476135e9949c24e821b5b8ca /recipes-graphics | |
parent | d82a408e1fddafcdf98d40cb10ba02fd1f52693b (diff) | |
download | meta-ti-7663c3bcf5ff1b9ee82518d8074bc6b1a0a4f3f8.tar.gz |
libgbm: add latest version 10.0.0 from meta-aragoti2016.00
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/gbm/libgbm_10.0.0.bb | 15 |
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 @@ | |||
1 | DESCRIPTION = "Userspace interface for the kernel GBM services." | ||
2 | HOMEPAGE = "http://git.ti.com" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c0ec437b187f7" | ||
5 | DEPENDS = "libdrm" | ||
6 | |||
7 | inherit autotools pkgconfig | ||
8 | |||
9 | BRANCH = "next" | ||
10 | |||
11 | SRCREV = "96f37555c7e82a417b02051661377b10e6b3966e" | ||
12 | |||
13 | SRC_URI = "git://git.ti.com/glsdk/libgbm.git;protocol=git;branch=${BRANCH}" | ||
14 | |||
15 | S = "${WORKDIR}/git" | ||