packagegroup-qte-toolchain-target: exclude from world

* add comment why qwt-e is excluded

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2013-01-28 12:36:14 +01:00
parent bdf8d1dc4a
commit 6139a58374
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,6 @@
RDEPENDS_${PN} += "qwt-e-dev"
# qwt-e conflicts with qwt, so only one can be built in world and this pulls qwt-e
EXCLUDE_FROM_WORLD = "1"
PRINC := "${@int(PRINC) + 1}"

View File

@ -9,4 +9,6 @@ SRC_URI[qwt.sha256sum] = "3fe19dd5962d705632fc2ef616b009299de6cf1e702538296924db
RPROVIDES_${PN}-dev = "libqwt-dev"
# Conflicts with qwt, only one qwt* can be built in world
# | Project ERROR: local build will conflict with sysroots/qemuarm/usr/lib/libqwt.*
EXCLUDE_FROM_WORLD = "1"