mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
kmscube: address linux 5.19 fails
(From OE-Core rev: d169606c547796731f528c4649295c4c1c928ea4) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8bc77f0dc6
commit
8b99059878
@@ -11,8 +11,10 @@ DEPENDS = "virtual/libgles3 virtual/libgles2 virtual/egl libdrm"
|
||||
LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315ff7381270dd631fb"
|
||||
|
||||
SRCREV = "9f63f359fab1b5d8e862508e4e51c9dfe339ccb0"
|
||||
SRC_URI = "git://gitlab.freedesktop.org/mesa/kmscube;branch=master;protocol=https"
|
||||
SRC_URI += "file://0001-texturator-Use-correct-GL-extension-header.patch"
|
||||
SRC_URI = "git://gitlab.freedesktop.org/mesa/kmscube;branch=master;protocol=https \
|
||||
file://0001-texturator-Use-correct-GL-extension-header.patch \
|
||||
file://0001-drm-common.c-do-not-use-invalid-modifier.patch \
|
||||
"
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user