summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openembedded/packages/galago/galago-daemon_0.3.4.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/openembedded/packages/galago/galago-daemon_0.3.4.bb b/openembedded/packages/galago/galago-daemon_0.3.4.bb
index 610b9f7128..22257b6f44 100644
--- a/openembedded/packages/galago/galago-daemon_0.3.4.bb
+++ b/openembedded/packages/galago/galago-daemon_0.3.4.bb
@@ -3,11 +3,13 @@ HOMEPAGE = "http://www.galago-project.org/"
3MAINTAINER = "Koen Kooi <koen@handhelds.org>" 3MAINTAINER = "Koen Kooi <koen@handhelds.org>"
4LICENSE = "GPL" 4LICENSE = "GPL"
5DEPENDS = "gettext libgalago dbus glib-2.0" 5DEPENDS = "gettext libgalago dbus glib-2.0"
6 6PR = "r1"
7 7
8SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \ 8SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
9 file://no-check.patch;patch=1" 9 file://no-check.patch;patch=1"
10EXTRA_OECONF = "--disable-binreloc" 10EXTRA_OECONF = "--disable-binreloc"
11 11
12FILES_${PN} += "${datadir}/dbus-1/services/"
13
12inherit autotools pkgconfig 14inherit autotools pkgconfig
13 15