diff options
-rw-r--r-- | openembedded/packages/galago/galago-daemon_0.3.4.bb | 4 |
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/" | |||
3 | MAINTAINER = "Koen Kooi <koen@handhelds.org>" | 3 | MAINTAINER = "Koen Kooi <koen@handhelds.org>" |
4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
5 | DEPENDS = "gettext libgalago dbus glib-2.0" | 5 | DEPENDS = "gettext libgalago dbus glib-2.0" |
6 | 6 | PR = "r1" | |
7 | 7 | ||
8 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \ | 8 | SRC_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" |
10 | EXTRA_OECONF = "--disable-binreloc" | 10 | EXTRA_OECONF = "--disable-binreloc" |
11 | 11 | ||
12 | FILES_${PN} += "${datadir}/dbus-1/services/" | ||
13 | |||
12 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
13 | 15 | ||