meta-agl-profile-graphical-qt5: Update libqtappfw SRCREV
[AGL/meta-agl.git] / meta-agl-profile-graphical-qt5 / recipes-devtools / 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  = "9209b7d5bd23d05cebaf0ffc1b77e39525bc63cf"
17 S       = "${WORKDIR}/git/"
18
19 # PV needs to be modified with SRCPV to work AUTOREV correctly
20 PV = "0.0+git${SRCPV}"