From 43e1d099b4fca37ce7cbbf3dd41fe4330610b723 Mon Sep 17 00:00:00 2001 From: Gaël PORTAY Date: Tue, 28 Nov 2017 23:50:38 -0500 Subject: Revert "package/qt5webkit-examples: remove obsolete package" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 940bfe2f4336a3fea1ec6805db1f90ce83bd4a78 with the following changes: - new hashes for 5.6.3 and 5.9.1 (there is no 5.9.2). - BR2_PACKAGE_QT5BASE_LICENSE_APPROVED has been removed - add GPL-3 to licences - uses SPDX identifier for licences - add missing dependencies (qt5base, qt5webkit, qt5declarative) - removes /usr when qmake host-tools is invoked at configure Signed-off-by: Gaël PORTAY [Thomas: add entry in the DEVELOPERS file.] Signed-off-by: Thomas Petazzoni --- package/qt5/qt5webkit-examples/Config.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/qt5/qt5webkit-examples/Config.in (limited to 'package/qt5/qt5webkit-examples/Config.in') diff --git a/package/qt5/qt5webkit-examples/Config.in b/package/qt5/qt5webkit-examples/Config.in new file mode 100644 index 0000000000..47bbcbaa68 --- /dev/null +++ b/package/qt5/qt5webkit-examples/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_QT5WEBKIT_EXAMPLES + bool "qt5webkit-examples" + depends on BR2_PACKAGE_QT5WEBKIT + help + Qt is a cross-platform application and UI framework for + developers using C++. + + This package contains examples for the qt5webkit module. + + http://qt.io -- cgit v1.2.3