[openwrt/openwrt] package/libs/gettext-full: fix license

LEDE Commits lede-commits at lists.infradead.org
Tue Sep 9 15:11:24 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/d80fc3aaabf226e0c2bf4a383183d36c145e0ee2

commit d80fc3aaabf226e0c2bf4a383183d36c145e0ee2
Author: Fabrice Fontaine <fontaine.fabrice at gmail.com>
AuthorDate: Wed Sep 3 11:31:52 2025 +0200

    package/libs/gettext-full: fix license
    
    gettext-full only provides libintl which is not licensed under
    GPL-3.0.-or-later but under LGPL-2.1-or-later as stated in
    gettext-runtime/intl/COPYING.LIB
    
    Fixes: c10d97484a43375a0446dafc8cb4072e26502f37 (Add more license tags with SPDX identifiers)
    
    Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/19943
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
    (cherry picked from commit 13e10bb8d31c282facca8daf26ce32921db6a39e)
---
 package/libs/gettext-full/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile
index 0a7782c1f1..36615f3fd2 100644
--- a/package/libs/gettext-full/Makefile
+++ b/package/libs/gettext-full/Makefile
@@ -18,7 +18,8 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/gettext-$(PKG_VERSION)
 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/gettext-$(PKG_VERSION)
 
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
-PKG_LICENSE:=GPL-3.0-or-later
+PKG_LICENSE:=LGPL-2.1-or-later
+PKG_LICENSE_FILES:=gettext-runtime/intl/COPYING.LIB
 PKG_CPE_ID:=cpe:/a:gnu:gettext
 
 PKG_INSTALL:=1




More information about the lede-commits mailing list