This is from the Anjuta integration which was removed many years ago.
Signed-off-by: Ross Burton <[email protected]>
---
.../devel-config/anjuta-remote-run.bb | 17 -----------------
.../devel-config/anjuta-remote-run/anjuta-remote-run | 7 -------
2 files changed, 24 deletions(-)
delete mode 100644 meta/recipes-devtools/devel-config/anjuta-remote-run.bb
delete mode 100644
meta/recipes-devtools/devel-config/anjuta-remote-run/anjuta-remote-run
diff --git a/meta/recipes-devtools/devel-config/anjuta-remote-run.bb
b/meta/recipes-devtools/devel-config/anjuta-remote-run.bb
deleted file mode 100644
index b9cded7..0000000
--- a/meta/recipes-devtools/devel-config/anjuta-remote-run.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-SUMMARY = "Provides on-device script for interaction with the Anjuta IDE"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM =
"file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
-
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-
-SRC_URI = "file://anjuta-remote-run"
-
-S = "${WORKDIR}"
-
-do_install() {
- install -d ${D}${bindir}
- install -m 0755 anjuta-remote-run ${D}${bindir}/
-}
-
-PACKAGES = "${PN}"
-RDEPENDS_${PN} = "dbus rsync"
-
diff --git
a/meta/recipes-devtools/devel-config/anjuta-remote-run/anjuta-remote-run
b/meta/recipes-devtools/devel-config/anjuta-remote-run/anjuta-remote-run
deleted file mode 100644
index 620e3a7..0000000
--- a/meta/recipes-devtools/devel-config/anjuta-remote-run/anjuta-remote-run
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-. /etc/profile
-export DISPLAY=:0
-dbus-launch $@
-
-
--
1.7.10.4
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core