summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
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-25 09:45:21 -0200
commit462ee2a447ad50e3642a139a7242472e941d3f48 (patch)
tree3c64ce598dc28632720f1a3e212c546a345f03ee /recipes-graphics
parentbf7fd9cfe0788fe2f819a4ae2cc7db8327fe161a (diff)
downloadmeta-freescale-462ee2a447ad50e3642a139a7242472e941d3f48.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>
Diffstat (limited to 'recipes-graphics')
-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 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}"
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}"