[oe-commits] [openembedded-core] 17/28: nativesdk-buildtools-perl-dummy.bb: disable ICECC

git at git.openembedded.org git at git.openembedded.org
Wed Mar 23 17:53:38 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 00014db9504b706a16d492e47966aa6dad5fe7d0
Author: Alex Franco <alejandro.franco at linux.intel.com>
AuthorDate: Tue Mar 22 10:37:45 2016 -0600

    nativesdk-buildtools-perl-dummy.bb: disable ICECC
    
    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>
    Signed-off-by: Ross Burton <ross.burton at 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}')

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list