diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-04 10:45:23 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-04 11:27:18 +0100 |
commit | 8ac85f656c678b4e0cb458e8e5876f4c37756eff (patch) | |
tree | c44d04c178875ad350583bc1b0b2fc05b8156b31 /recipes/exalt/exalt-daemon_svn.bb | |
parent | 4dcaca2917c61d8858e4a86ed84f32435e119c79 (diff) |
exalt: update to current form
Diffstat (limited to 'recipes/exalt/exalt-daemon_svn.bb')
-rw-r--r-- | recipes/exalt/exalt-daemon_svn.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes/exalt/exalt-daemon_svn.bb b/recipes/exalt/exalt-daemon_svn.bb deleted file mode 100644 index 8f5e9afa29..0000000000 --- a/recipes/exalt/exalt-daemon_svn.bb +++ /dev/null @@ -1,13 +0,0 @@ -require exalt.inc - -DEPENDS = "evas edbus libexalt" - -SRC_URI += "file://init" - -do_install_append() { - install -D -m 0755 "${WORKDIR}/init" "${D}${sysconfdir}/dbus-1/event.d/40exaltd" -} - -FILES_${PN} += "${sysconfdir}/dbus-1/event.d/" - -EXALT_MODULE = "daemon" |