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