Message ID | 20250506022231.1665007-2-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [1/2] meson: correct bindgen_clang_argments | expand |
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 66fb896676a..288027bbb99 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 \ mesa-vdpau-drivers mesa-tools \ " -do_compile:prepend:class-target() { - export BINDGEN_EXTRA_CLANG_ARGS="${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS} --target=${TARGET_SYS}" -} - do_install:append () { # libwayland-egl has been moved to wayland 1.15+ rm -f ${D}${libdir}/libwayland-egl*
Its now set in meson bbclass for native, nativesdk and target recipes correctly. Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta/recipes-graphics/mesa/mesa.inc | 4 ---- 1 file changed, 4 deletions(-)