aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/libphone-utils_git.bb
blob: eb7fb3b1cf051d168499a2532bea9a21fb0ffbff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "phone-utils library"
SECTION = "libs"
SRCREV = "8a7c719e0c3f1f8c10f77f17422da02d7177f0dd"
PV = "0.0.2+gitr${SRCREV}"
PR = "r2"

DEPENDS="glib-2.0"

inherit pkgconfig autotools autotools_stage

CONFFILES_${PN} = "${sysconfdir}/phone-utils.conf"
SRC_URI = "git://git.shr-project.org/repo/libphone-utils.git;protocol=http;branch=master"
S="${WORKDIR}/git"