Skip to content

Commit

Permalink
build: Fixed legal information in qtmqtt package
Browse files Browse the repository at this point in the history
  • Loading branch information
zehnm committed Oct 26, 2020
1 parent cc6f482 commit 8504219
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions package/qtmqtt/5.12.8/qtmqtt.hash
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sha256 03541607356f12b6bf06816dfaf1006b6b7f97e066c44f5b0ef3e797460d2688 qtmqtt-5.12.8.tar.gz
# Hashes for license files:
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 LICENSE.GPL3
sha256 0dbe024961f6ab5c52689cbd036c977975d0d0f6a67ff97762d96cb819dd5652 LICENSE.GPL3-EXCEPT
4 changes: 2 additions & 2 deletions package/qtmqtt/qtmqtt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

QTMQTT_VERSION = $(QT5_VERSION)
QTMQTT_DEBUG = $(call qstrip,$(BR2_PACKAGE_QTMQTT_DEBUG))
QTMQTT_LICENSE = GPL-3.0
QTMQTT_LICENSE_FILES = LICENSE
QTMQTT_LICENSE = GPL-3.0, GPL-3.0 with exception
QTMQTT_LICENSE_FILES = LICENSE.GPL3 LICENSE.GPL3-EXCEPT
QTMQTT_DEPENDENCIES = qt5base qt5connectivity qt5tools qt5websockets
QTMQTT_SITE = git://github.com/qt/qtmqtt.git
QTMQTT_INSTALL_STAGING = YES
Expand Down

0 comments on commit 8504219

Please sign in to comment.