aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/shr-messages_git.bb
blob: 6fc0694c2932fd053888ec3ac6915b1e594a3c3a (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${SRCREV}"
PR = "r8"

inherit pkgconfig autotools

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