wlroots: update SRC_URI

Project has been moved to gitlab
This commit is contained in:
MarkusVolk 2021-11-02 18:30:55 +01:00
parent ff53855416
commit 26b5cdee9e

View File

@ -1,9 +1,9 @@
SUMMARY = "A modular Wayland compositor library" SUMMARY = "A modular Wayland compositor library"
DESCRIPTION = "Pluggable, composable, unopinionated modules for building a \ DESCRIPTION = "Pluggable, composable, unopinionated modules for building a \
Wayland compositor; or about 50,000 lines of code you were \ Wayland compositor; or about 50,000 lines of code you were \
going to write anyway" going to write anyway."
HOMEPAGE = "https://github.com/swaywm/wlroots" HOMEPAGE = "https://gitlab.freedesktop.org/wlroots"
BUGTRACKER = "https://github.com/swaywm/wlroots/issues" BUGTRACKER = "https://gitlab.freedesktop.org/wlroots/wlroots/-/issues"
SECTION = "graphics" SECTION = "graphics"
LICENSE = "MIT" LICENSE = "MIT"
@ -38,7 +38,7 @@ PACKAGECONFIG ?= " \
${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} \ ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} \
" "
SRC_URI = "git://github.com/swaywm/wlroots.git;branch=master;protocol=https" SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https"
SRCREV = "ebe3cfaceb77ca3b446fa52af6aedc89c98770e5" SRCREV = "ebe3cfaceb77ca3b446fa52af6aedc89c98770e5"
PV = "0.14.1+${SRCREV}" PV = "0.14.1+${SRCREV}"