mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-06 11:32:38 +00:00
Follow a similar change in mesa in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=5f8050722169a931b8e9078b8757216ba7a84506 Signed-off-by: Denys Dmytriyenko <denys@ti.com>
24 lines
616 B
BlitzBasic
24 lines
616 B
BlitzBasic
SUMMARY = "Userspace interface for the kernel GBM services"
|
|
HOMEPAGE = "http://git.ti.com/glsdk/libgbm.git"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c0ec437b187f7"
|
|
|
|
DEPENDS = "libdrm udev"
|
|
|
|
PROVIDES += "virtual/libgbm"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
BRANCH = "next"
|
|
|
|
SRCREV = "96f37555c7e82a417b02051661377b10e6b3966e"
|
|
|
|
SRC_URI = "git://git.ti.com/glsdk/libgbm.git;protocol=git;branch=${BRANCH} \
|
|
file://0001-gbm.c-include-sys-sysmacros.h-for-minor-major-in-new.patch"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
COMPATIBLE_HOST ?= "null"
|
|
COMPATIBLE_HOST_ti-soc = "(.*)"
|