phoc: fix LICENSE; cleanup

This commit is contained in:
Markus Volk 2024-03-03 15:08:05 +01:00
parent 974a9f1787
commit dc95c5c400

View File

@ -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 \