mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 16:40:03 +00:00
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:
@@ -1,3 +1,6 @@
|
|||||||
RDEPENDS_${PN} += "qwt-e-dev"
|
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}"
|
PRINC := "${@int(PRINC) + 1}"
|
||||||
|
|||||||
@@ -9,4 +9,6 @@ SRC_URI[qwt.sha256sum] = "3fe19dd5962d705632fc2ef616b009299de6cf1e702538296924db
|
|||||||
|
|
||||||
RPROVIDES_${PN}-dev = "libqwt-dev"
|
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"
|
EXCLUDE_FROM_WORLD = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user