summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2018-01-16 13:34:17 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2018-01-16 13:34:24 -0200
commit1391654bc885f4dd01beb77e15ee9b3556328229 (patch)
tree4140c4275329e6bb5441dfb6653d52255293bf16
parent54c5b21d4438950a078d65fd2ac80445c1367dd0 (diff)
downloadmeta-freescale-1391654bc885f4dd01beb77e15ee9b3556328229.tar.gz
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 <otavio@ossystems.com.br>
-rw-r--r--recipes-graphics/wayland/weston_2.0.0.bbappend2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-graphics/wayland/weston_2.0.0.bbappend b/recipes-graphics/wayland/weston_2.0.0.bbappend
index b32c5e6db..3b744e3df 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}"
31PACKAGECONFIG_append_imxgpu3d = " cairo-glesv2" 31PACKAGECONFIG_append_imxgpu3d = " cairo-glesv2"
32 32
33RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-loginuid', '', d)}" 33RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-loginuid', '', d)}"
34
35PACKAGE_ARCH = "${MACHINE_SOCARCH}"