aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/libphone-utils_git.bb
blob: f842ccde17f7161237b94acfe93a834ab365047c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "phone-utils library"
SECTION = "libs"
SRCREV = "3eb7242866543a266bd43a048d05b1a674ce94cf"
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"