diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-01-16 13:34:17 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-01-16 13:34:24 -0200 |
commit | 1391654bc885f4dd01beb77e15ee9b3556328229 (patch) | |
tree | 4140c4275329e6bb5441dfb6653d52255293bf16 | |
parent | 54c5b21d4438950a078d65fd2ac80445c1367dd0 (diff) | |
download | meta-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.bbappend | 2 |
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}" | |||
31 | PACKAGECONFIG_append_imxgpu3d = " cairo-glesv2" | 31 | PACKAGECONFIG_append_imxgpu3d = " cairo-glesv2" |
32 | 32 | ||
33 | RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-loginuid', '', d)}" | 33 | RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-loginuid', '', d)}" |
34 | |||
35 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||