egl-gbm: upgrade 1.1.0 -> 1.1.2.1

This version provides the ICD JSON file, so we can remove the
additions we had for providing it.

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2025-04-18 06:45:31 -07:00
parent a03b9fbef2
commit 6036255215
2 changed files with 2 additions and 14 deletions

View File

@@ -1,6 +0,0 @@
{
"file_format_version" : "1.0.0",
"ICD" : {
"library_path" : "libnvidia-egl-gbm.so.1"
}
}

View File

@@ -7,11 +7,10 @@ DEPENDS = "eglexternalplatform libdrm virtual/libgbm"
SRC_REPO = "github.com/NVIDIA/egl-gbm.git;protocol=https"
SRCBRANCH = "main"
SRC_URI = "git://${SRC_REPO};branch=${SRCBRANCH} \
file://nvidia_gbm.json \
file://0001-gbm-display-handle-kms-display-only-devices-in-FindG.patch \
"
# 1.1.0 tag
SRCREV = "39932b2cc4f44cdadd553cc931f3bebd4e348d10"
# 1.1.2.1 tag
SRCREV = "b24587d4871a630d05e9e26da94c95e6ce4324f2"
REQUIRED_DISTRO_FEATURES = "opengl"
@@ -19,10 +18,5 @@ S = "${WORKDIR}/git"
inherit meson pkgconfig features_check
do_install:append() {
install -d ${D}${datadir}/egl/egl_external_platform.d
install -m 0644 ${UNPACKDIR}/nvidia_gbm.json ${D}${datadir}/egl/egl_external_platform.d/15_nvidia_gbm.json
}
FILES:${PN} += "${datadir}/egl"
INSANE_SKIP:${PN} = "dev-so"