diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2017-09-04 16:17:59 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2017-09-04 17:50:44 +0000 |
commit | 1e556dfb77c23b7009c9f9670d359b51c9491d14 (patch) | |
tree | 2fdb8f4147ebff66c61b11cbaf51baa928e7f734 | |
parent | 7ff5cd75fe5f242665b6447fc7fdf5e0988eebca (diff) | |
download | meta-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.bb | 2 | ||||
-rw-r--r-- | recipes/opengldummy/qtglesstream-dummy-client.bb | 2 |
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" | |||
44 | S = "${WORKDIR}/git" | 44 | S = "${WORKDIR}/git" |
45 | 45 | ||
46 | DEPENDS = "qtbase" | 46 | DEPENDS = "qtbase" |
47 | RREPLACES_${PN} = "qtglesstream-dummy-client" | ||
48 | RREPLACES_${PN}-dev = "qtglesstream-dummy-client-dev" | ||
49 | 47 | ||
50 | do_install_append() { | 48 | do_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 | ||
39 | require opengldummy.inc | 39 | require opengldummy.inc |
40 | 40 | ||
41 | inherit nopackages | ||
42 | |||
41 | S = "${WORKDIR}" | 43 | S = "${WORKDIR}" |
42 | 44 | ||
43 | do_compile() { | 45 | do_compile() { |