libisi: bump to latest version and include in fso-autorev.inc
[openembedded.git] / recipes / freesmartphone / libisi_git.bb
1 DESCRIPTION = "libisi is a library implementing the Nokia ISI protocol"
2 SECTION = "libs/network"
3 AUTHOR = "Sebastian Reichel <sre@ring0.de>"
4 LICENSE = "GPLv2"
5 DEPENDS = "glib-2.0"
6 SRC_URI = "${FREESMARTPHONE_GIT}/libisi.git;protocol=git;branch=master"
7 S = "${WORKDIR}/git"
8
9 SRCREV = "04f40b06bc8398715c53aa11ebf16799d4da6c6e"
10 PV = "0.0.1+gitr${SRCPV}"
11
12 inherit vala autotools
13
14 EXTRA_OECONF = "--enable-tests"
15
16 PACKAGES =+ "${PN}-tests"
17 FILES_${PN}-tests = "${sbindir}/*"
18 DESCRIPTION_${PN}-tests = "${PN} runtime tests"