Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] nativesdk-buildtools-perl-dummy.bb: disable ICECC
@ 2016-03-22 16:37 Alex Franco
  2016-03-22 16:40 ` Alex Franco
  0 siblings, 1 reply; 5+ messages in thread
From: Alex Franco @ 2016-03-22 16:37 UTC (permalink / raw)
  To: openembedded-core; +Cc: joshua.g.lock, benjamin.esquivel, aschultz

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@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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-03-22 18:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-22 16:37 [PATCH] nativesdk-buildtools-perl-dummy.bb: disable ICECC Alex Franco
2016-03-22 16:40 ` Alex Franco
2016-03-22 16:41   ` Burton, Ross
2016-03-22 16:45     ` Burton, Ross
2016-03-22 18:21       ` Alex Franco

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox