[yocto] Eclipse Plugin doesn't install in a fresh install of Mars

Martin Townsend mtownsend1973 at gmail.com
Thu Jan 7 07:57:28 PST 2016


Hi,

I've been trying to install the Yocto plugin for mars from
http://downloads.yoctoproject.org/releases/eclipse-plugin/2.0/mars/
but if fails with an unmet dependency to tm.terminal 3.0.1

I downloaded the source code and grepped for 3.0.1, checked out mars-master
and found the offending line and removed it, I couldn't find any reference
to tm.terminal in the code so it looks safe to do so.  Rebuilt and the
plugin and it now installs.

Here's a patch if this is correct.

Best Regards,
Martin.

>From 48f048210e77d377d2cbed37ce68346b1074e694 Mon Sep 17 00:00:00 2001
From: Martin Townsend <martin at rufilla.com>
Date: Thu, 7 Jan 2016 15:25:32 +0000
Subject: [PATCH] Removed 3.0.1 tm.terminal dependency

---
 features/org.yocto.sdk/feature.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/features/org.yocto.sdk/feature.xml
b/features/org.yocto.sdk/feature.xml
index 5d8c51b..7eb2956 100644
--- a/features/org.yocto.sdk/feature.xml
+++ b/features/org.yocto.sdk/feature.xml
@@ -60,7 +60,6 @@
       <import plugin="org.eclipse.rse.files.ui" version="3.1.1"
match="greaterOrEqual"/>
       <import plugin="org.eclipse.rse.subsystems.shells.core"
version="3.1.0" match="greaterOrEqual"/>
       <import plugin="org.eclipse.cdt.launch.remote" version="2.2.0"
match="greaterOrEqual"/>
-      <import plugin="org.eclipse.tm.terminal" version="3.0.1"
match="greaterOrEqual"/>
       <import plugin="org.eclipse.rse.terminals.ui" version="1.0.100"
match="greaterOrEqual"/>
       <import plugin="org.eclipse.debug.ui"/>
       <import plugin="org.eclipse.ui.forms"/>
-- 
1.9.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160107/ac2300ea/attachment.html>


More information about the yocto mailing list