License-Update: Switch to GPL-2.0-or-later OR MIT instead of Apache-2.0 https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/commit/?id=c0a809cf5dccf9956b573bdd2ae51f1f100f9f90
""" erofs-utils uses two different licensing patterns: - Most liberofs files in the `lib` and `include` directories use a dual GPL-2.0+ OR MIT license whenever possible. - All other files use the MIT license unless explicitly stated otherwise. This model was chosen to maximize the ability of erofs-utils to integrate with various ecosystems. However, liberofs uses a GPL-2.0+ OR MIT dual license because some parts should be shared with the Linux kernel. """ Signed-off-by: Richard Purdie <[email protected]> --- .../{erofs-utils_1.9.1.bb => erofs-utils_1.9.2.bb} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename meta/recipes-devtools/erofs-utils/{erofs-utils_1.9.1.bb => erofs-utils_1.9.2.bb} (77%) diff --git a/meta/recipes-devtools/erofs-utils/erofs-utils_1.9.1.bb b/meta/recipes-devtools/erofs-utils/erofs-utils_1.9.2.bb similarity index 77% rename from meta/recipes-devtools/erofs-utils/erofs-utils_1.9.1.bb rename to meta/recipes-devtools/erofs-utils/erofs-utils_1.9.2.bb index 03bb718b44d..801da3d6c9b 100644 --- a/meta/recipes-devtools/erofs-utils/erofs-utils_1.9.1.bb +++ b/meta/recipes-devtools/erofs-utils/erofs-utils_1.9.2.bb @@ -1,11 +1,10 @@ SUMMARY = "Tools for erofs filesystems" -# liberofs also available under Apache 2.0 -LICENSE = "GPL-2.0-or-later" +LICENSE = "(GPL-2.0-or-later | MIT) & MIT" SECTION = "base" -LIC_FILES_CHKSUM = "file://COPYING;md5=73001d804ea1e3d84365f652242cca20" +LIC_FILES_CHKSUM = "file://COPYING;md5=63afa010baddc7d0905f9c31ac759f51" HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/README" -SRCREV = "d3fbccba6e409c100843563b416c47cd82c87ca0" +SRCREV = "30711d4b2e234fe3e8aaeb779ade4cb609b0d920" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git;branch=master;protocol=https;tag=v${PV}" UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#240095): https://lists.openembedded.org/g/openembedded-core/message/240095 Mute This Topic: https://lists.openembedded.org/mt/120096794/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
