weston: sync with meta-fsl-bsp-release branch sumo-4.14.98-2.3.0

Update SRCREV and add missing do_install() logic.

https://jira.digi.com/browse/DEL-6932

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2020-01-13 14:28:57 +01:00
parent 2a9acc1031
commit 03ee66d038
1 changed files with 4 additions and 1 deletions

View File

@ -17,7 +17,7 @@ SRC_URI = "${WESTON_SRC};branch=${SRCBRANCH} \
file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \ file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \
file://0003-weston-touch-calibrator-Advertise-the-touchscreen-ca.patch \ file://0003-weston-touch-calibrator-Advertise-the-touchscreen-ca.patch \
" "
SRCREV = "b85441fbc9e321931fb7ca833555d740beca054d" SRCREV = "73a26456e43b6d4f72f0a995d437590065cafb15"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
@ -155,6 +155,9 @@ do_install_append() {
uncomment "use-g2d=1" weston.ini uncomment "use-g2d=1" weston.ini
;; ;;
esac esac
if "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', 'true', 'false', d)}"; then
uncomment "xwayland=true" weston.ini
fi
cd - cd -
fi fi
} }