summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/galago/galago-daemon_0.3.4.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-12-22 10:41:06 +0000
committerRichard Purdie <richard@openedhand.com>2005-12-22 10:41:06 +0000
commite96e69a75955798de1990170f9133a96216143eb (patch)
tree9d1bf9a314c84ccd8d1d2bfe1b6c7369038dbeb7 /openembedded/packages/galago/galago-daemon_0.3.4.bb
parentaf9c7ea861c3ac3f1cc44abe95ff0bbd665fc50f (diff)
downloadpoky-e96e69a75955798de1990170f9133a96216143eb.tar.gz
galago-daemon: fix packaging
git-svn-id: https://svn.o-hand.com/repos/poky@201 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/galago/galago-daemon_0.3.4.bb')
-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