diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-04-29 00:02:46 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-07-24 13:42:15 -0300 |
commit | 842fd3b12a29f8f623a13fd02078c8f94a115252 (patch) | |
tree | c672516a2ddf9c5a59e12c007b65a055d7c872f3 /meta-qt5 | |
parent | 1dff48efb8f493c44dfa8317331042e7e060236a (diff) | |
download | tizen-distro-842fd3b12a29f8f623a13fd02078c8f94a115252.tar.gz tizen-distro-842fd3b12a29f8f623a13fd02078c8f94a115252.tar.bz2 tizen-distro-842fd3b12a29f8f623a13fd02078c8f94a115252.zip |
qtbase: remove 2nd BSD from LICENSE
* BSD is now in default LICENSE variable:
recipes-qt/qt5/qt5-5.4.1.inc:LICENSE = "GFDL-1.3 & BSD & (LGPL-2.1 & Digia-Qt-LGPL-Exception-1.1 | LGPL-3.0)"
recipes-qt/qt5/qt5-git.inc:LICENSE = "GFDL-1.3 & BSD & (LGPL-2.1 & Digia-Qt-LGPL-Exception-1.1 | LGPL-3.0)"
(From meta-qt5 rev: 933bffb61f2a8797f6a76f9e7a3f5437fe4716fe)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'meta-qt5')
-rw-r--r-- | meta-qt5/recipes-qt/qt5/qtbase.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-qt5/recipes-qt/qt5/qtbase.inc b/meta-qt5/recipes-qt/qt5/qtbase.inc index a5687ea431..50cb5055dc 100644 --- a/meta-qt5/recipes-qt/qt5/qtbase.inc +++ b/meta-qt5/recipes-qt/qt5/qtbase.inc @@ -22,9 +22,7 @@ SRC_URI += "\ DEPENDS += "qtbase-native" -# Used for examples and tests # LGPL-3.0 is used only in src/plugins/platforms/android/extract.cpp -LICENSE += "& BSD" # for syncqt RDEPENDS_${PN}-tools += "perl" |