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-25 09:45:21 -0200 |
| commit | 462ee2a447ad50e3642a139a7242472e941d3f48 (patch) | |
| tree | 3c64ce598dc28632720f1a3e212c546a345f03ee | |
| parent | bf7fd9cfe0788fe2f819a4ae2cc7db8327fe161a (diff) | |
| download | meta-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>
| -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}" | ||
