From: Otavio Salvador Date: Thu, 12 Sep 2019 17:42:25 +0000 (-0300) Subject: Revert "weston: Add support for AGL and IVI" X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ebef8f0d014aed167301756f8a3ef63da1dae654;p=meta-freescale.git Revert "weston: Add support for AGL and IVI" This reverts commit 1a59e20243db960f78822c5a2dfdb703ecf1b8f2. --- diff --git a/recipes-graphics/wayland/weston_5.0.0.imx.bb b/recipes-graphics/wayland/weston_5.0.0.imx.bb index 10ce08ca..7649893b 100644 --- a/recipes-graphics/wayland/weston_5.0.0.imx.bb +++ b/recipes-graphics/wayland/weston_5.0.0.imx.bb @@ -120,14 +120,7 @@ do_install_append() { fi # install default weston.ini - if [ -z "${@bb.utils.filter('BBFILE_COLLECTIONS', 'aglprofilegraphical', d)}" ]; then - if [ "${@bb.utils.filter('BBFILE_COLLECTIONS', 'ivi', d)}" ]; then - WESTON_INI_SRCDIR=${B}/ivi-shell - else - WESTON_INI_SRCDIR=${B} - fi - install -D -m 0644 ${WESTON_INI_SRCDIR}/weston.ini ${D}${sysconfdir}/xdg/weston/weston.ini - fi + install -D -m 0644 ${WORKDIR}/weston.ini ${D}${sysconfdir}/xdg/weston/weston.ini } PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', '${PN}-xwayland', '', d)} \