summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-05-05 19:22:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-08 10:28:18 +0100
commitedcd52ed54f4df70bf8bd9245c49d6e4f376ba9d (patch)
tree90057ce273b9a0beb753e91b125445df5ba5c9f1 /meta
parentd7f705d412e1d8c779b29b62d8e19901c7c01c6b (diff)
downloadpoky-edcd52ed54f4df70bf8bd9245c49d6e4f376ba9d.tar.gz
mesa: Do not use envvar BINDGEN_EXTRA_CLANG_ARGS
Its now set in meson bbclass for native, nativesdk and target recipes correctly. (From OE-Core rev: 4e0bf4e1abab97ac149a7483742d466e9f07ddd4) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 66fb896676..288027bbb9 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -267,10 +267,6 @@ PACKAGES =+ "libegl-mesa libegl-mesa-dev \
267 mesa-vdpau-drivers mesa-tools \ 267 mesa-vdpau-drivers mesa-tools \
268 " 268 "
269 269
270do_compile:prepend:class-target() {
271 export BINDGEN_EXTRA_CLANG_ARGS="${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS} --target=${TARGET_SYS}"
272}
273
274do_install:append () { 270do_install:append () {
275 # libwayland-egl has been moved to wayland 1.15+ 271 # libwayland-egl has been moved to wayland 1.15+
276 rm -f ${D}${libdir}/libwayland-egl* 272 rm -f ${D}${libdir}/libwayland-egl*