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

inherit pkgconfig autotools

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