diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-11-08 16:28:51 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-11-08 16:28:51 -0200 |
commit | 1611d2048a35c13d007958fc5c33e88536ff6a48 (patch) | |
tree | 20c0df075fea618e5f2525e1d4420ac38228e745 /recipes-graphics/wayland | |
parent | 6c67c9e2d6921fab13362c8a331a8079f89b9a5e (diff) | |
download | meta-freescale-1611d2048a35c13d007958fc5c33e88536ff6a48.tar.gz |
weston: Avoid parsing for non-i.MX machines
Fixes:
,----
| meta-freescale/recipes-graphics/wayland/weston_4.0.0.imx.bb: Unable to
| get checksum for weston SRC_URI entry weston.ini: file could not be
| found
`----
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/wayland')
-rw-r--r-- | recipes-graphics/wayland/weston_4.0.0.imx.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston_4.0.0.imx.bb b/recipes-graphics/wayland/weston_4.0.0.imx.bb index 47104633..03718841 100644 --- a/recipes-graphics/wayland/weston_4.0.0.imx.bb +++ b/recipes-graphics/wayland/weston_4.0.0.imx.bb | |||
@@ -139,3 +139,6 @@ RRECOMMENDS_${PN}-dev += "wayland-protocols" | |||
139 | 139 | ||
140 | USERADD_PACKAGES = "${PN}" | 140 | USERADD_PACKAGES = "${PN}" |
141 | GROUPADD_PARAM_${PN} = "--system weston-launch" | 141 | GROUPADD_PARAM_${PN} = "--system weston-launch" |
142 | |||
143 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
144 | COMPATIBLE_MACHINE = "(imxfbdev|imxgpu)" | ||