qt5module: drop it and include only qt5.inc

* not all modules depend on qtbase, qtbase-native dependency is added
  by qmake5.bbclass:
  QT5TOOLSDEPENDS ?= "qtbase-native "
  DEPENDS_prepend = "${QT5TOOLSDEPENDS}"

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2013-05-07 15:30:56 +02:00
parent c879989531
commit ae45cb478f
17 changed files with 29 additions and 24 deletions

View File

@ -1,4 +1,4 @@
require qt5module.inc
require qt5.inc
LICENSE = "GFDL-1.3 & LGPL-2.1 & PREVIEW.COMMERCIAL"
LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=4ac745f4b16b419fa48a24d41e983c40 \

View File

@ -1,3 +0,0 @@
require qt5.inc
DEPENDS += "qtbase"

View File

@ -1,4 +1,4 @@
require qt5module.inc
require qt5.inc
DEPENDS += "qtjsbackend qtsvg qtxmlpatterns"

View File

@ -1,4 +1,4 @@
require qt5module.inc
require qt5.inc
DEPENDS += "qtdeclarative"

View File

@ -1,3 +1,5 @@
require qt5module.inc
require qt5.inc
DEPENDS += "qtbase"
INC_PR = "r0"

View File

@ -1,4 +1,4 @@
require qt5module.inc
require qt5.inc
# doesn't have GFDL-1.3 like qtbase, LICENSE files are missing in 5.0.0 and 5.0.1, this is for 5.0.2 and git
LICENSE = "LGPL-2.1 | GPL-3.0"
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=4193e7f1d47a858f6b7c0f1ee66161de \
file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \
"
DEPENDS += "qtjsbackend-native"
DEPENDS += "qtbase qtjsbackend-native"
INC_PR = "r0"

View File

@ -1,4 +1,4 @@
require qt5module.inc
require qt5.inc
DEPENDS += "qtdeclarative ${ICU}"

View File

@ -1,5 +1,5 @@
require qt5module.inc
require qt5.inc
DEPENDS += "qt3d qtdeclarative"
DEPENDS += "qtbase qt3d qtdeclarative"
INC_PR = "r0"

View File

@ -1,4 +1,4 @@
require qt5module.inc
require qt5.inc
DEPENDS += "qtdeclarative gstreamer alsa-lib "

View File

@ -1,4 +1,4 @@
require qt5module.inc
require qt5.inc
DEPENDS += "qtscript"

View File

@ -1,3 +1,5 @@
require qt5module.inc
require qt5.inc
DEPENDS += "qtbase"
INC_PR = "r0"

View File

@ -1,5 +1,5 @@
require qt5module.inc
require qt5.inc
DEPENDS += "qtdeclarative"
DEPENDS += "qtbase qtdeclarative"
INC_PR = "r0"

View File

@ -1,3 +1,5 @@
require qt5module.inc
require qt5.inc
DEPENDS += "qtbase"
INC_PR = "r0"

View File

@ -1,6 +1,6 @@
require qt5module.inc
require qt5.inc
DEPENDS += "qtdeclarative qtjsondb udev bluez4 gconf"
DEPENDS += "qtbase qtdeclarative qtjsondb udev bluez4 gconf"
LICENSE = "BSD & LGPL-2.1 & GFDL-1.3"
# LICENSE files are missing in 5.0.0

View File

@ -1,4 +1,4 @@
require qt5module.inc
require qt5.inc
LICENSE = "BSD & LGPL-2.1 | GPL-3.0"
LIC_FILES_CHKSUM = "file://${S}/src/compositor/compositor_api/qwaylandsurfacenode.cpp;endline=40;md5=e38eccd7e9a6a149c9e31b6fb47daac1 \
@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://${S}/src/compositor/compositor_api/qwaylandsurfacenod
# make it easier to remove by .bbappend (e.g. for building qtwayland with danny which doesn't
# have libxkbcommon in oe-core).
XKB_DEPENDS = "libxkbcommon"
DEPENDS += "qtdeclarative wayland wayland-native ${XKB_DEPENDS}"
DEPENDS += "qtbase qtdeclarative wayland wayland-native ${XKB_DEPENDS}"
INC_PR = "r1"

View File

@ -1,4 +1,4 @@
require qt5module.inc
require qt5.inc
LICENSE = "BSD & LGPLv2+"
LIC_FILES_CHKSUM = "file://Source/WebCore/rendering/RenderApplet.h;endline=22;md5=fb9694013ad71b78f8913af7a5959680 \

View File

@ -1,3 +1,5 @@
require qt5module.inc
require qt5.inc
DEPENDS += "qtbase"
INC_PR = "r0"