mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/localedef: copy license information from package/glibc
Localedef is built from the glibc source code, so license information is the same. Signed-off-by: Fiona Klute (Othermo GmbH) <fiona.klute@gmx.de> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
45b24c43a0
commit
187d329d1d
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# Use the same VERSION and SITE as target glibc
|
||||
# Use the same VERSION, SITE, and LICENSE as target glibc
|
||||
# As in glibc.mk, generate version string using:
|
||||
# git describe --match 'glibc-*' --abbrev=40 origin/release/MAJOR.MINOR/master | cut -d '-' -f 2-
|
||||
LOCALEDEF_VERSION = 2.44-23-g11ac3d78fc5e4f7f2846002e099f773ad8ff82fc
|
||||
@@ -13,6 +13,15 @@ LOCALEDEF_SITE = https://gitlab.com/gnutools/glibc.git
|
||||
LOCALEDEF_SITE_METHOD = git
|
||||
HOST_LOCALEDEF_DL_SUBDIR = glibc
|
||||
|
||||
LOCALEDEF_LICENSE = \
|
||||
GPL-2.0+ (programs), \
|
||||
LGPL-2.1+, BSD-2-Clause, BSD-3-Clause, BSL-1.0, FSFAP, ISC, other permissive licenses, public domain (library), \
|
||||
LGPL-3.0+ (sysdeps/htl/raise.c, for Hurd only), \
|
||||
GPL-3.0+ (scripts/move-if-change), \
|
||||
GPL-3.0+ WITH Texinfo-exception (manual/texinfo.tex), \
|
||||
GFDL-1.3-or-later (manual)
|
||||
LOCALEDEF_LICENSE_FILES = COPYINGv2 COPYING.LESSERv2 COPYINGv3 LICENSES manual/fdl-1.3.texi
|
||||
|
||||
HOST_LOCALEDEF_DEPENDENCIES = \
|
||||
$(BR2_MAKE_HOST_DEPENDENCY) \
|
||||
$(BR2_PYTHON3_HOST_DEPENDENCY) \
|
||||
|
||||
Reference in New Issue
Block a user