mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
6139a58374
* add comment why qwt-e is excluded Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 lines
395 B
BlitzBasic
15 lines
395 B
BlitzBasic
inherit qt4e
|
|
|
|
require qwt.inc
|
|
|
|
PR = "r1"
|
|
|
|
SRC_URI[qwt.md5sum] = "ace68558eab873e2da7e641179c4ef0c"
|
|
SRC_URI[qwt.sha256sum] = "3fe19dd5962d705632fc2ef616b009299de6cf1e702538296924dbfdc8003cb2"
|
|
|
|
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"
|