summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2017-09-04 16:17:59 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2017-09-04 17:50:44 +0000
commit1e556dfb77c23b7009c9f9670d359b51c9491d14 (patch)
tree2fdb8f4147ebff66c61b11cbaf51baa928e7f734
parent7ff5cd75fe5f242665b6447fc7fdf5e0988eebca (diff)
downloadmeta-boot2qt-1e556dfb77c23b7009c9f9670d359b51c9491d14.tar.gz
emulator: fix conflicting glesstream packages
qtglesstream-dummy-client is needed to provide qtbase with opengl headers and dummy library and the real qtglesstream is then built against qtbase to provide it actual implementation. Now qtglesstream-dummy-client is built to provide files to the sysroot, but not any packages, and qtglesstream is built to provide the packages, but to deploy nothing to the sysroot. Solves do_rootfs error: package packagegroup-b2qt-embedded-base-1.0-r0.all requires qtglesstream, but none of the providers can be installed Change-Id: Ib388599d9240a5ab9351692a4509adf721cc995c Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r--recipes-qt/qt5-addons/qtglesstream.bb2
-rw-r--r--recipes/opengldummy/qtglesstream-dummy-client.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5-addons/qtglesstream.bb b/recipes-qt/qt5-addons/qtglesstream.bb
index 57eae88..e9215b6 100644
--- a/recipes-qt/qt5-addons/qtglesstream.bb
+++ b/recipes-qt/qt5-addons/qtglesstream.bb
@@ -44,8 +44,6 @@ BRANCH = "dev"
44S = "${WORKDIR}/git" 44S = "${WORKDIR}/git"
45 45
46DEPENDS = "qtbase" 46DEPENDS = "qtbase"
47RREPLACES_${PN} = "qtglesstream-dummy-client"
48RREPLACES_${PN}-dev = "qtglesstream-dummy-client-dev"
49 47
50do_install_append() { 48do_install_append() {
51 install -m 0755 -d ${D}${includedir}/EGL 49 install -m 0755 -d ${D}${includedir}/EGL
diff --git a/recipes/opengldummy/qtglesstream-dummy-client.bb b/recipes/opengldummy/qtglesstream-dummy-client.bb
index ad33127..1d4e223 100644
--- a/recipes/opengldummy/qtglesstream-dummy-client.bb
+++ b/recipes/opengldummy/qtglesstream-dummy-client.bb
@@ -38,6 +38,8 @@ SOLIBMINOR = "0"
38 38
39require opengldummy.inc 39require opengldummy.inc
40 40
41inherit nopackages
42
41S = "${WORKDIR}" 43S = "${WORKDIR}"
42 44
43do_compile() { 45do_compile() {