diff options
-rw-r--r-- | meta-qt5/recipes-qt/qt5/qtdeclarative.inc | 3 | ||||
-rw-r--r-- | meta-qt5/recipes-qt/qt5/qtmultimedia.inc | 3 | ||||
-rw-r--r-- | meta-qt5/recipes-qt/qt5/qtscript.inc | 3 | ||||
-rw-r--r-- | meta-qt5/recipes-qt/qt5/qtsvg.inc | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/meta-qt5/recipes-qt/qt5/qtdeclarative.inc b/meta-qt5/recipes-qt/qt5/qtdeclarative.inc index 6969c23a14..4a186fdcbf 100644 --- a/meta-qt5/recipes-qt/qt5/qtdeclarative.inc +++ b/meta-qt5/recipes-qt/qt5/qtdeclarative.inc @@ -16,6 +16,3 @@ do_configure_prepend() { } EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'qtxmlpatterns', 'CONFIG+=OE_QTXMLPATTERNS_ENABLED', '', d)}" - -LICENSE += "| GPL-2.0" -LIC_FILES_CHKSUM += "file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed" diff --git a/meta-qt5/recipes-qt/qt5/qtmultimedia.inc b/meta-qt5/recipes-qt/qt5/qtmultimedia.inc index 30e5ed00c7..68ae33d3a2 100644 --- a/meta-qt5/recipes-qt/qt5/qtmultimedia.inc +++ b/meta-qt5/recipes-qt/qt5/qtmultimedia.inc @@ -23,6 +23,3 @@ EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains_any('PACKAGECONFIG', 'gstreamer gst SRC_URI += "\ file://0001-Initial-porting-effort-to-GStreamer-1.0.patch \ " - -LICENSE += "| GPL-2.0" -LIC_FILES_CHKSUM += "file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed" diff --git a/meta-qt5/recipes-qt/qt5/qtscript.inc b/meta-qt5/recipes-qt/qt5/qtscript.inc index 40e1d5c320..bbb05a6557 100644 --- a/meta-qt5/recipes-qt/qt5/qtscript.inc +++ b/meta-qt5/recipes-qt/qt5/qtscript.inc @@ -1,6 +1,3 @@ require qt5.inc DEPENDS += "qtbase" - -LICENSE += "| GPL-2.0" -LIC_FILES_CHKSUM += "file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed" diff --git a/meta-qt5/recipes-qt/qt5/qtsvg.inc b/meta-qt5/recipes-qt/qt5/qtsvg.inc index 40e1d5c320..bbb05a6557 100644 --- a/meta-qt5/recipes-qt/qt5/qtsvg.inc +++ b/meta-qt5/recipes-qt/qt5/qtsvg.inc @@ -1,6 +1,3 @@ require qt5.inc DEPENDS += "qtbase" - -LICENSE += "| GPL-2.0" -LIC_FILES_CHKSUM += "file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed" |