mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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>
This commit is contained in:
@@ -267,10 +267,6 @@ PACKAGES =+ "libegl-mesa libegl-mesa-dev \
|
|||||||
mesa-vdpau-drivers mesa-tools \
|
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 () {
|
do_install:append () {
|
||||||
# libwayland-egl has been moved to wayland 1.15+
|
# libwayland-egl has been moved to wayland 1.15+
|
||||||
rm -f ${D}${libdir}/libwayland-egl*
|
rm -f ${D}${libdir}/libwayland-egl*
|
||||||
|
|||||||
Reference in New Issue
Block a user