libqtappfw: update SRCREV
[AGL/meta-agl.git] / meta-agl-profile-core / recipes-apis / high-level-viwi-service / high-level-viwi-service.bb
1 SUMMARY     = "High level ViWi service"
2 DESCRIPTION = "AGL High Level service using ViWi protocol to expose CAN API."
3 HOMEPAGE    = "https://github.com/iotbzh/high-level-viwi-service"
4
5 LICENSE     = "Apache-2.0"
6 LIC_FILES_CHKSUM = "file://LICENSE;md5=5de84541278ea4e62cacfdc0f890c459"
7
8 SRC_URI = "gitsm://github.com/iotbzh/high-level-viwi-service.git;protocol=https"
9 SRCREV  = "e7080819d7cabc7b58ed550e41af086927cac32c"
10
11 PV = "4.0+git${SRCPV}"
12 S  = "${WORKDIR}/git"
13
14 # Run-time dependencies
15 RDEPENDS_${PN} += "agl-service-can-low-level"
16
17 inherit cmake aglwgt
18
19 AGLWGT_AUTOINSTALL_${PN} := "0"