package/gob2: add license
gob2 itself is GPL-2.0+, but it is a code generator. The code generated by gob2 id not covered by gob2's license, and this is made explicit in an accompanying license file. So we include both license files. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> [yann.morin.1998@free.fr: - add COPYING.generated-code - expand commit log accordingly ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
fc1c7e5961
commit
9d1b48a1e5
@ -1,2 +1,4 @@
|
||||
# Locally calculated
|
||||
sha256 f7ee84c07ca88ae96e5a60461957cc4dd0aa69d61804433d1c85de3d50be8026 gob2-2.0.20.tar.xz
|
||||
sha256 b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf COPYING
|
||||
sha256 7222386392eecf784e2f0c406f412f238cb6d25865a8447ae0947b32bb569889 COPYING.generated-code
|
||||
|
@ -7,6 +7,8 @@
|
||||
GOB2_VERSION = 2.0.20
|
||||
GOB2_SOURCE = gob2-$(GOB2_VERSION).tar.xz
|
||||
GOB2_SITE = http://ftp.5z.com/pub/gob
|
||||
GOB2_LICENSE = GPL-2.0+
|
||||
GOB2_LICENSE_FILES = COPYING COPYING.generated-code
|
||||
HOST_GOB2_DEPENDENCIES = host-bison host-flex host-libglib2
|
||||
|
||||
$(eval $(host-autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user