egl-wayland: update to latest

and rename the recipe as '_git', setting PV in the recipe, to simplify
future updates.

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2024-05-11 08:08:09 -07:00
parent a59ace7897
commit 069ee3b8ad

View File

@@ -2,13 +2,13 @@ DESCRIPTION = "Wayland EGL external platform library"
HOMEPAGE = "https://github.com/NVIDIA/egl-wayland" HOMEPAGE = "https://github.com/NVIDIA/egl-wayland"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=cfa5a0f49cb081823fc5d965566e8298" LIC_FILES_CHKSUM = "file://COPYING;md5=cfa5a0f49cb081823fc5d965566e8298"
DEPENDS = "eglexternalplatform virtual/egl wayland wayland-protocols wayland-native" DEPENDS = "eglexternalplatform virtual/egl wayland wayland-protocols wayland-native libdrm"
SRC_REPO = "github.com/NVIDIA/egl-wayland.git;protocol=https" SRC_REPO = "github.com/NVIDIA/egl-wayland.git;protocol=https"
SRCBRANCH = "master" SRCBRANCH = "master"
SRC_URI = "git://${SRC_REPO};branch=${SRCBRANCH}" SRC_URI = "git://${SRC_REPO};branch=${SRCBRANCH}"
# tag 1.1.9 SRCREV = "067e43d0d4af82e4ea3fdc8ce476e6a24f69956f"
SRCREV = "cd0d19aa2742b1318527cabbcf279fb651c45d30" PV = "1.1.13+git"
SRC_URI += " \ SRC_URI += " \
file://0001-Fix-wayland-eglstream-protocols-pc-file.patch \ file://0001-Fix-wayland-eglstream-protocols-pc-file.patch \