From 1391654bc885f4dd01beb77e15ee9b3556328229 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 16 Jan 2018 13:34:17 -0200 Subject: [PATCH] weston: Do not force MACHINE_SOCARCH for PACKAGE_ARCH There is no need to force the PACKAGE_ARCH as it is automatically set correctly for i.MX based machines and left unmodified otherwise. Signed-off-by: Otavio Salvador --- recipes-graphics/wayland/weston_2.0.0.bbappend | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-graphics/wayland/weston_2.0.0.bbappend b/recipes-graphics/wayland/weston_2.0.0.bbappend index b32c5e6d..3b744e3d 100644 --- a/recipes-graphics/wayland/weston_2.0.0.bbappend +++ b/recipes-graphics/wayland/weston_2.0.0.bbappend @@ -31,5 +31,3 @@ EXTRA_OECONF_append = "${IMX_EXTRA_OECONF_OPENGL}" PACKAGECONFIG_append_imxgpu3d = " cairo-glesv2" RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-loginuid', '', d)}" - -PACKAGE_ARCH = "${MACHINE_SOCARCH}" -- 2.40.1