diff options
author | Ross Burton <ross.burton@intel.com> | 2013-09-13 09:35:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-14 08:20:32 +0100 |
commit | db488bf8130dba2ad8771b0634e3c5de452f23f2 (patch) | |
tree | 55cf11611850dea915215aefcebbd96671c8e240 /meta/recipes-devtools | |
parent | 98f39b0ae4ed45194a165de3913f27745481cb7a (diff) | |
download | openembedded-core-db488bf8130dba2ad8771b0634e3c5de452f23f2.tar.gz openembedded-core-db488bf8130dba2ad8771b0634e3c5de452f23f2.tar.bz2 openembedded-core-db488bf8130dba2ad8771b0634e3c5de452f23f2.zip |
anjuta-remote-run: remove
This is from the Anjuta integration which was removed many years ago.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/devel-config/anjuta-remote-run.bb | 17 | ||||
-rw-r--r-- | meta/recipes-devtools/devel-config/anjuta-remote-run/anjuta-remote-run | 7 |
2 files changed, 0 insertions, 24 deletions
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 b9cded74a8..0000000000 --- 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 620e3a705b..0000000000 --- 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 $@ - - |