From: Fabrice Fontaine Date: Wed, 3 Sep 2025 09:31:52 +0000 (+0200) Subject: package/libs/gettext-full: fix license X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=13e10bb8d31c282facca8daf26ce32921db6a39e;p=openwrt%2Fstaging%2Fblocktrron.git 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 Link: https://github.com/openwrt/openwrt/pull/19943 Signed-off-by: Hauke Mehrtens --- diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile index 829d4dca46..e7a85bf4b8 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 -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