increase dvbapp PR.
[vuplus_openembedded] / recipes / galago / galago-daemon_0.3.4.bb
1 DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs."
2 HOMEPAGE = "http://www.galago-project.org/"
3 LICENSE = "GPL"
4 DEPENDS = "gettext libgalago dbus glib-2.0"
5 PR = "r1"
6
7 SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
8            file://no-check.patch;patch=1"
9 EXTRA_OECONF =  "--disable-binreloc"
10
11 FILES_${PN} += "${datadir}/dbus-1/services/"
12
13 inherit autotools pkgconfig
14