| Message ID | 20260601181251.123019-3-JPEWhacker@gmail.com |
|---|---|
| State | Accepted, archived |
| Commit | a9ee9fe85638ed488a3b17d3c3d02c23021bea23 |
| Headers | show |
| Series | Licensing fixes | expand |
diff --git a/meta/recipes-core/gettext/gettext-minimal-native_1.0.bb b/meta/recipes-core/gettext/gettext-minimal-native_1.0.bb index 28392a26b5..c0cd701ab1 100644 --- a/meta/recipes-core/gettext/gettext-minimal-native_1.0.bb +++ b/meta/recipes-core/gettext/gettext-minimal-native_1.0.bb @@ -12,7 +12,7 @@ SRC_URI += " \ INHIBIT_DEFAULT_DEPS = "1" INHIBIT_AUTOTOOLS_DEPS = "1" -LICENSE = "FSF-Unlimited" +LICENSE = "FSFULLR" LIC_FILES_CHKSUM = "file://${UNPACKDIR}/COPYING;md5=4bd090a20bfcd1a18f1f79837b5e3e91" inherit native
Changes the license from FSF-Unlimited to FSFULLR, which is the SPDX identifier for the same license. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> --- meta/recipes-core/gettext/gettext-minimal-native_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)