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

DEPENDS="glib-2.0"

inherit pkgconfig autotools autotools

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

PACKAGES =+ " ${PN}-test"
FILES_${PN}-test = "${bindir}/phoneutils_test"