From: Jesse Van Gavere <jesseevg@gmail.com>
To: buildroot@buildroot.org
Cc: Jesse Van Gavere <jesseevg@gmail.com>,
"Yann E . Morin" <yann.morin.1998@free.fr>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: [Buildroot] [PATCH v2 02/29] package/qt6/qt6base: Add license information
Date: Fri, 26 Aug 2022 08:47:31 +0200 [thread overview]
Message-ID: <20220826064758.3968647-3-jesseevg@gmail.com> (raw)
In-Reply-To: <20220826064758.3968647-1-jesseevg@gmail.com>
Add license hashes to the hash file and add the information into the makefile
---
package/qt6/qt6base/qt6base.hash | 6 ++++++
package/qt6/qt6base/qt6base.mk | 2 ++
2 files changed, 8 insertions(+)
diff --git a/package/qt6/qt6base/qt6base.hash b/package/qt6/qt6base/qt6base.hash
index 31ed2494af..5efc5c2815 100644
--- a/package/qt6/qt6base/qt6base.hash
+++ b/package/qt6/qt6base/qt6base.hash
@@ -1,2 +1,8 @@
# Hash from: https://download.qt.io/official_releases/qt/6.3/6.3.1/submodules/qtbase-everywhere-src-6.3.1.tar.xz.sha256
sha256 0a64421d9c2469c2c48490a032ab91d547017c9cc171f3f8070bc31888f24e03 qtbase-everywhere-src-6.3.1.tar.xz
+# Hashes for license files:
+sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE.GPL2
+sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 LICENSE.GPL3
+sha256 0dbe024961f6ab5c52689cbd036c977975d0d0f6a67ff97762d96cb819dd5652 LICENSE.GPL3-EXCEPT
+sha256 88ec689407cf2df9b2eb5c45952564d51ce73c129a3bdffb15c0d2d161ad7558 LICENSE.LGPLv3
+sha256 ed8742a95cb9db653a09b050e27ccff5e67ba69c14aa2c3137f2a4e1892f6c0d LICENSE.FDL
diff --git a/package/qt6/qt6base/qt6base.mk b/package/qt6/qt6base/qt6base.mk
index c67d94e193..7a0838b2bc 100644
--- a/package/qt6/qt6base/qt6base.mk
+++ b/package/qt6/qt6base/qt6base.mk
@@ -7,6 +7,8 @@
QT6BASE_VERSION = $(QT6_VERSION)
QT6BASE_SITE = $(QT6_SITE)
QT6BASE_SOURCE = qtbase-$(QT6_SOURCE_TARBALL_PREFIX)-$(QT6BASE_VERSION).tar.xz
+QT6BASE_LICENSE = GPL-2.0+ or LGPL-3.0, GPL-3.0 with exception(tools), GFDL-1.3 (docs)
+QT6BASE_LICENSE_FILES = LICENSE.GPL2 LICENSE.GPL3 LICENSE.GPL3-EXCEPT LICENSE.LGPLv3 LICENSE.FDL
QT6BASE_DEPENDENCIES = \
host-ninja \
host-qt6base \
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-08-26 6:48 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-26 6:47 [Buildroot] [PATCH v2] Extend Qt6 configuration Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 01/29] package/qt6/qt6base: Add qt6base hash file Jesse Van Gavere
2022-08-26 8:06 ` Thomas Petazzoni via buildroot
2022-08-26 6:47 ` Jesse Van Gavere [this message]
2022-08-26 6:47 ` [Buildroot] [PATCH v2 03/29] package/qt6/qt6base: add support for network module Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 04/29] package/qt6/qt6base: add support for concurrent module Jesse Van Gavere
2022-08-26 8:07 ` Thomas Petazzoni via buildroot
2022-08-26 6:47 ` [Buildroot] [PATCH v2 05/29] package/qt6/qt6base: add support for xml module Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 06/29] package/qt6/qt6base: add support for test module Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 07/29] package/qt6/qt6base: add support for building examples Jesse Van Gavere
2022-08-26 8:07 ` Thomas Petazzoni via buildroot
2022-08-26 6:47 ` [Buildroot] [PATCH v2 08/29] package/qt6/qt6base: add support for dbus module Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 09/29] package/qt6/qt6base: add support for syslog backend Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 10/29] package/qt6/qt6base: add qt support for journald when using systemd Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 11/29] package/qt6/qt6base: add qt support for zstd when using the package Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 12/29] package/qt6/qt6base: add qt support for SSE/AVX SIMD extensions Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 13/29] package/qt6/qt6base: add linking to libatomic Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 14/29] package/qt6/qt6base: add support to link qt to openssl Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 15/29] package/qt6/qt6base: add qt icu support Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 16/29] package/qt6/qt6base: add qt libudev support Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 17/29] package/qt6/qt6base: add qt libglib2 support Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 18/29] package/qt6/qt6base: add support for passing custom options Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 19/29] package/qt6/qt6base: add support for sql module w/ mysql Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 20/29] package/qt6/qt6base: add support for sql module with postgresql Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 21/29] package/qt6/qt6base: add support for sql module with sqlite Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 22/29] package/qt6/qt6base: add support for gui module Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 23/29] package/qt6/qt6base: add support for gui module fontconfig/harfbuzz Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 24/29] package/qt6/qt6base: Add support for gui module jpeg/png/gif image format Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 25/29] package/qt6/qt6base: add support for gui module widgets/opengl/graphics backends Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 26/29] package/qt6/qt6base: add support for gui module tslib Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 27/29] package/qt6/qt6base: add support for gui module libinput Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 28/29] package/qt6/qt6base: add support for gui module kms Jesse Van Gavere
2022-08-26 6:47 ` [Buildroot] [PATCH v2 29/29] package/qt6/qt6base: add support for gui module printsupport/cups Jesse Van Gavere
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220826064758.3968647-3-jesseevg@gmail.com \
--to=jesseevg@gmail.com \
--cc=buildroot@buildroot.org \
--cc=thomas.petazzoni@bootlin.com \
--cc=yann.morin.1998@free.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.