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.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F19943%2Fhead;p=thirdparty%2Fopenwrt.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 829d4dca463..e7a85bf4b8b 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