aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/libphone-utils_git.bb
blob: e0a2e2c1107bb96e37641a267d95d219faddacd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "phone-utils library"
SECTION = "libs"
PV = "0.0.2+gitr${SRCPV}"
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"