summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-11-10 19:12:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-01 19:35:11 +0000
commitd3f76460599789b844f15207a8c91d9eeecd19c6 (patch)
treef499bb487d15fa07a611d5405c9dc7c509ed9eb1
parent171032ae791b42bd67bf593e3832fa24bc19b9ce (diff)
downloadpoky-d3f76460599789b844f15207a8c91d9eeecd19c6.tar.gz
libepoxy: update 1.5.9 -> 1.5.10
Changes since 1.5.9 - Fix for building with MSVC on non-English locale [Seungha Yang] - Fix build on Android [Caolán McNamara] - Add the right include paths for EGL and X11 headers [Alex Richardson] (From OE-Core rev: e411248bcee0265ffa83e91249895beab3dfad15) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 436cb3c98c582e17e6ed2491cc6598c56976af46) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb (renamed from meta/recipes-graphics/libepoxy/libepoxy_1.5.9.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libepoxy/libepoxy_1.5.9.bb b/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb
index b3b26b57fe..d10134568a 100644
--- a/meta/recipes-graphics/libepoxy/libepoxy_1.5.9.bb
+++ b/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=58ef4c80d401e07bd9ee8b6b58cf464b"
12SRC_URI = "git://github.com/anholt/libepoxy;branch=master;protocol=https \ 12SRC_URI = "git://github.com/anholt/libepoxy;branch=master;protocol=https \
13 file://0001-dispatch_common.h-define-also-EGL_NO_X11.patch \ 13 file://0001-dispatch_common.h-define-also-EGL_NO_X11.patch \
14 " 14 "
15SRCREV = "ecfa8e0f083084181d36966fa084aca9a6c97d53" 15SRCREV = "c84bc9459357a40e46e2fec0408d04fbdde2c973"
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18inherit meson pkgconfig features_check github-releases 18inherit meson pkgconfig features_check github-releases