From: Martin Jansa Date: Sun, 23 Dec 2012 08:47:33 +0000 (+0100) Subject: qwt-e: exclude from world X-Git-Tag: rev_ivi_2015_02_04~3782 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5bca185604504935be1a7784ed8af8c80ba996bb;p=scm%2Fbb%2Ftizen-distro.git qwt-e: exclude from world * qwt and qwt-e cannot be built in the same sysroot, it's correctly checked: | Project ERROR: local build will conflict with /OE/jansa-test/shr-core/tmp-eglibc/sysroots/qemuarm/usr/lib/libqwt.* but there is no point to include both in world build (From meta-openembedded rev: cd3baa9a9f918912e2daad55d76ec7673ab755e4) Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- diff --git a/meta-openembedded/meta-oe/recipes-qt/qwt/qwt-e_6.0.1.bb b/meta-openembedded/meta-oe/recipes-qt/qwt/qwt-e_6.0.1.bb index af9d956..6a80136 100644 --- a/meta-openembedded/meta-oe/recipes-qt/qwt/qwt-e_6.0.1.bb +++ b/meta-openembedded/meta-oe/recipes-qt/qwt/qwt-e_6.0.1.bb @@ -8,3 +8,5 @@ SRC_URI[qwt.md5sum] = "ace68558eab873e2da7e641179c4ef0c" SRC_URI[qwt.sha256sum] = "3fe19dd5962d705632fc2ef616b009299de6cf1e702538296924dbfdc8003cb2" RPROVIDES_${PN}-dev = "libqwt-dev" + +EXCLUDE_FROM_WORLD = "1"