]> code.ossystems Code Review - meta-freescale.git/commitdiff
weston: Do not force MACHINE_SOCARCH for PACKAGE_ARCH
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 16 Jan 2018 15:34:17 +0000 (13:34 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 25 Jan 2018 11:45:21 +0000 (09:45 -0200)
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 <otavio@ossystems.com.br>
recipes-graphics/wayland/weston_2.0.0.bbappend

index b32c5e6db41b02e1a1ab63c7046fc01897a601cb..3b744e3df1b02450b230348e08855a62ef2b9f61 100644 (file)
@@ -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}"