From 5e5b90b2351f0b4b83ef02c4c9b8e47a2deae19f Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Nov 07 2016 18:20:54 +0000 Subject: Bootstrap CDT as powerpc has been added and needs to bootstrap first. - This allows us to build eclipse-remote. --- diff --git a/eclipse-cdt.spec b/eclipse-cdt.spec index 940edf4..c837f7e 100644 --- a/eclipse-cdt.spec +++ b/eclipse-cdt.spec @@ -11,7 +11,7 @@ # Change following to 0 to default to no container/remote support when building for # first time in a release...this is needed to build eclipse-linuxtools-docker and # eclipse.remote which are circular dependencies of eclipse-cdt -%global _enable_container_and_remote_support 1 +%global _enable_container_and_remote_support 0 Epoch: 1 @@ -430,6 +430,10 @@ cp man/cdtdebug.man $manInstallDir/cdtdebug.1 %endif %changelog +* Mon Nov 07 2016 Jeff Johnston - 1:9.0.0-3 +- Bootstrap CDT as powerpc has been added and needs to bootstrap first. +- This allows us to build eclipse-remote. + * Mon Sep 12 2016 Roland Grunberg - 1:9.0.0-2 - Break cycle from main CDT package to the SDK.