diff mbox series

[13/15] erofs-utils: upgrade 1.9.1 -> 1.9.2

Message ID 20260703082955.1585712-13-richard.purdie@linuxfoundation.org
State New
Headers show
Series [01/15] hwdata: upgrade 0.408 -> 0.409 | expand

Commit Message

Richard Purdie July 3, 2026, 8:29 a.m. UTC
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 <richard.purdie@linuxfoundation.org>
---
 .../{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 mbox series

Patch

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+)+))"