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