summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb')
-rw-r--r--meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb b/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb
index 5d981af95b..01f0ef7c12 100644
--- a/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb
+++ b/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Galago is a desktop presence framework, designed to transmit pr
3HOMEPAGE = "http://www.galago-project.org/" 3HOMEPAGE = "http://www.galago-project.org/"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
6DEPENDS = "gettext libgalago dbus glib-2.0" 6DEPENDS = "libgalago dbus glib-2.0"
7 7
8SRC_URI = "http://www.galago-project.org/files/releases/source/${BPN}/${P}.tar.gz " 8SRC_URI = "http://www.galago-project.org/files/releases/source/${BPN}/${P}.tar.gz "
9 9
@@ -14,5 +14,5 @@ EXTRA_OECONF = "--disable-binreloc --disable-check --disable-tests"
14 14
15FILES_${PN} += "${datadir}/dbus-1/services/" 15FILES_${PN} += "${datadir}/dbus-1/services/"
16 16
17inherit autotools pkgconfig 17inherit autotools pkgconfig gettext
18 18