diff options
author | 2021-04-01 07:17:00 -0600 | |
---|---|---|
committer | 2021-04-01 07:17:00 -0600 | |
commit | f7f988e2eb4e44d0b7c775c9c426c6ff2477e699 (patch) | |
tree | 447071ba57916f6de62b1f5b15483c4f0fdd8b57 | |
parent | bf41043676d51c49ecd513e6b8caf054c26fee3e (diff) | |
download | meta-qcom-f7f988e2eb4e44d0b7c775c9c426c6ff2477e699.tar.gz meta-qcom-f7f988e2eb4e44d0b7c775c9c426c6ff2477e699.tar.bz2 meta-qcom-f7f988e2eb4e44d0b7c775c9c426c6ff2477e699.zip |
recipes-graphics: mesa_git update license chcksum
Small change docs: Xorg -> X.Org in upstream, see,
https://gitlab.freedesktop.org/mesa/mesa/-/commit/2f42c21221cf89f738225e3ac2aa2e85953c1dc1
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
-rw-r--r-- | recipes-graphics/mesa/mesa_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/mesa/mesa_git.bb b/recipes-graphics/mesa/mesa_git.bb index 4713ee6..d902e8e 100644 --- a/recipes-graphics/mesa/mesa_git.bb +++ b/recipes-graphics/mesa/mesa_git.bb @@ -7,9 +7,9 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/mesa.git;protocol=https \ file://0004-Revert-mesa-Enable-asm-unconditionally-now-that-gen_.patch \ file://0001-meson-misdetects-64bit-atomics-on-mips-clang.patch \ " -LIC_FILES_CHKSUM = "file://docs/license.rst;md5=9aa1bc48c9826ad9fdb16661f6930496" +LIC_FILES_CHKSUM = "file://docs/license.rst;md5=17a4ea65de7a9ab42437f3131e616a7f" -SRCREV = "${@oe.utils.conditional("MESA_DEV", "1", "${AUTOREV}", "dfb0e0d246ef0437eb029066c0dd48c06f62820a", d)}" +SRCREV = "${@oe.utils.conditional("MESA_DEV", "1", "${AUTOREV}", "a084d012a9ee71049749a6209b0a1cd637e113e1", d)}" DEFAULT_PREFERENCE = "${@oe.utils.conditional("MESA_DEV", "1", "1", "-1", d)}" PLATFORMS_remove = "drm surfaceless" |