diff options
Diffstat (limited to 'meta')
-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 @@ | |||
1 | SUMMARY = "Provides on-device script for interaction with the Anjuta IDE" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | ||
4 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
5 | |||
6 | SRC_URI = "file://anjuta-remote-run" | ||
7 | |||
8 | S = "${WORKDIR}" | ||
9 | |||
10 | do_install() { | ||
11 | install -d ${D}${bindir} | ||
12 | install -m 0755 anjuta-remote-run ${D}${bindir}/ | ||
13 | } | ||
14 | |||
15 | PACKAGES = "${PN}" | ||
16 | RDEPENDS_${PN} = "dbus rsync" | ||
17 | |||
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 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | . /etc/profile | ||
4 | export DISPLAY=:0 | ||
5 | dbus-launch $@ | ||
6 | |||
7 | |||