summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gbm/libgbm_10.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/gbm/libgbm_10.0.0.bb')
-rw-r--r--recipes-graphics/gbm/libgbm_10.0.0.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-graphics/gbm/libgbm_10.0.0.bb b/recipes-graphics/gbm/libgbm_10.0.0.bb
deleted file mode 100644
index 6d058b72..00000000
--- a/recipes-graphics/gbm/libgbm_10.0.0.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1SUMMARY = "Userspace interface for the kernel GBM services"
2HOMEPAGE = "http://git.ti.com/glsdk/libgbm.git"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c0ec437b187f7"
6
7DEPENDS = "libdrm udev"
8
9PROVIDES += "virtual/libgbm"
10
11inherit autotools pkgconfig
12
13BRANCH = "next"
14
15SRCREV = "96f37555c7e82a417b02051661377b10e6b3966e"
16
17SRC_URI = "git://git.ti.com/glsdk/libgbm.git;protocol=git;branch=${BRANCH} \
18 file://0001-gbm.c-include-sys-sysmacros.h-for-minor-major-in-new.patch"
19
20S = "${WORKDIR}/git"
21
22COMPATIBLE_HOST ?= "null"
23COMPATIBLE_HOST_ti-soc = "(.*)"