aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/shr-messages_git.bb
blob: b821545fac57a393f9c91b28ce3e6181d7c39888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "The SHR Messages"
HOMEPAGE = "http://shr-project.org/"
LICENSE = "GPL"
SECTION = "x11/applications"
DEPENDS += "dbus-glib libframeworkd-glib libframeworkd-phonegui"
PV = "0.0.2+gitr${SRCPV}"
PR = "r8"

inherit pkgconfig autotools

SRC_URI = "git://git.shr-project.org/repo/shr.git;protocol=http;branch=master"
S = "${WORKDIR}/git/${PN}"