package/libgdiplus: bump to version 5.6
As part of this bump, we backport two upstream patches that fix the license text to really reflect the license of the project. The second patch was prompted by a bug report made by Arnout Vandecappelle (https://github.com/mono/libgdiplus/issues/375), following a discussion on the Buildroot mailing list. The first patch is needed as a dependency of this first patch. Since both patches are upstream, they can be dropped during the next version bump. So now, the license text is the one of the MIT license, which matches the header comments in all source files, making the comment about the <pkg>_LICENSE variable in libgdiplus.mk irrelevant. The hash of the license file is updated as well. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> [Thomas: update licensing aspects.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
f0886e95f8
commit
a8969cf2ff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,2 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 ce31da0c6952c8fd160813dfa9bf4a9a871bfe7284e9e3abff9a8ee689acfe58 libgdiplus-5.4.tar.gz
|
||||
sha256 6a75e4a476695cd6a1475fd6b989423ecf73978fd757673669771d8a6e13f756 libgdiplus-5.6.tar.gz
|
||||
sha256 81317bf837e02a116dc20b032fa1d0cbf9ec357621f141ff2c2daf26c17cbb5d LICENSE
|
||||
|
@ -4,15 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBGDIPLUS_VERSION = 5.4
|
||||
LIBGDIPLUS_VERSION = 5.6
|
||||
LIBGDIPLUS_SITE = $(call github,mono,libgdiplus,$(LIBGDIPLUS_VERSION))
|
||||
|
||||
# Although there is a LICENSE file thas specifies LGPL or MPL-1.1,
|
||||
# looks like it is incorrect. The actual source files specify that
|
||||
# they're licensed under MIT, and so does the COPYING file (and they
|
||||
# all predate the addition of the LICENSE file).
|
||||
LIBGDIPLUS_LICENSE = MIT
|
||||
LIBGDIPLUS_LICENSE_FILES = COPYING src/carbon-private.h
|
||||
LIBGDIPLUS_LICENSE_FILES = LICENSE
|
||||
|
||||
LIBGDIPLUS_INSTALL_STAGING = YES
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user