[OE-core] [PATCH] nativesdk-buildtools-perl-dummy.bb: disable ICECC

Alex Franco alejandro.franco at linux.intel.com
Tue Mar 22 16:37:45 UTC 2016


Disable ICECC, as this recipe was added for compatibility with
the extensible SDK (eSDK), and therefore does not need to be
able to be built with the distributed icecream compiler.

[YOCTO #8934]

Signed-off-by: Alex Franco <alejandro.franco at linux.intel.com>
---
 meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb b/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb
index 90784a9..b488b03 100644
--- a/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb
+++ b/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb
@@ -18,6 +18,7 @@ PERLPACKAGES = "nativesdk-perl \
                 nativesdk-perl-module-file-path"
 
 ALLOW_EMPTY_${PN} = "1"
+ICECC_DISABLED = "1"
 
 python populate_packages_prepend() {
     d.appendVar(d.expand('RPROVIDES_${PN}'), '${PERLPACKAGES}')
-- 
2.7.3




More information about the Openembedded-core mailing list