libgisi: bump SRCREV
[openembedded.git] / recipes / freesmartphone / libgisi_git.bb
blobb71ad366ff5cc460a015973614cec30260f6d086
1 DESCRIPTION = "libgisi / gisicomm is a library implementing the Nokia ISI protocol"
2 SECTION = "libs/network"
3 AUTHOR = "Sebastian Reichel, Michael Lauer, Klaus Kurzmann"
4 LICENSE = "GPLv2"
5 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6 DEPENDS = "glib-2.0"
7 SRC_URI = "${FREESMARTPHONE_GIT}/libgisi.git;protocol=git;branch=master"
8 S = "${WORKDIR}/git"
10 SRCREV = "ee474b2bf7a10b244d52f5333b195609003762cf"
11 PV = "0.1.0+gitr${SRCPV}"
13 inherit vala autotools
15 PACKAGES =+ "${PN}-tools"
16 FILES_${PN}-tools = "${sbindir}/sendisi"
18 LEAD_SONAME = "libgisi.so"