anjuta-remote-run: remove

This is from the Anjuta integration which was removed many years ago.

(From OE-Core rev: db488bf8130dba2ad8771b0634e3c5de452f23f2)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2013-09-13 09:35:18 +01:00 committed by Richard Purdie
parent 3e31a50b66
commit 58324d8c09
2 changed files with 0 additions and 24 deletions

View File

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

View File

@ -1,7 +0,0 @@
#!/bin/sh
. /etc/profile
export DISPLAY=:0
dbus-launch $@