recipes-demo-hmi: libqtappfw: update SRCREV
[AGL/meta-agl-demo.git] / recipes-demo-hmi / libqtappfw / libqtappfw_git.bb
1 SUMMARY     = "AGL Qt AppFW Library"
2 DESCRIPTION = "libqtappfw"
3 HOMEPAGE    = "http://docs.automotivelinux.org"
4 LICENSE     = "Apache-2.0"
5 SECTION     = "libs"
6
7 BBCLASSEXTEND = "nativesdk"
8
9 LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
10
11 DEPENDS += "qtbase qtdeclarative qtwebsockets"
12
13 inherit cmake_qt5
14
15 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqtappfw;protocol=https;branch=${AGL_BRANCH}"
16 SRCREV  = "9d2600f4b4dcbdd3820910967eb00a9b00cd8a17"
17 S       = "${WORKDIR}/git/"
18
19 # PV needs to be modified with SRCPV to work AUTOREV correctly
20 PV = "0.0+git${SRCPV}"