mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-25 19:27:14 +00:00
fc78d37ff0
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 lines
449 B
BlitzBasic
12 lines
449 B
BlitzBasic
SUMMARY = "Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specifications for multiple languages."
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=ae570f26774ac096cff8f992091a223c"
|
|
|
|
SRC_URI = "git://github.com/Dav1dde/glad.git;protocol=https;branch=glad2"
|
|
SRCREV = "73db193f853e2ee079bf3ca8a64aa2eaf6459043"
|
|
|
|
inherit python_setuptools_build_meta
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
RDEPENDS:${PN} = "python3 python3-jinja2"
|