diff --git a/recipes-wlroots/phoc/phoc_git.bb b/recipes-wlroots/phoc/phoc_git.bb index 812dc6a..1e39fa7 100644 --- a/recipes-wlroots/phoc/phoc_git.bb +++ b/recipes-wlroots/phoc/phoc_git.bb @@ -2,9 +2,9 @@ SUMMARY = "wlroots based Phone compositor as used on the Librem5." HOMEPAGE = "https://gitlab.gnome.org/World/Phosh/phoc" SECTION = "graphics" -LICENSE = "GPL-3.0-only" +LICENSE = "GPL-3.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" +LIC_FILES_CHKSUM = "file://LICENSES/GPL-3.0-or-later.txt;md5=d32239bcb673463ab874e80d47fae504" REQUIRED_DISTRO_FEATURES = "wayland" @@ -23,8 +23,6 @@ DEPENDS += " \ wlroots-0.17 \ " -RDEPENDS:${PN} = "mutter" - SRC_URI = " \ git://gitlab.gnome.org/World/Phosh/phoc.git;protocol=https;nobranch=1 \ file://0001-meson.build-dont-build-subprojects.patch \