meta-agl-profile-graphical-qt5: add libqtappfw 21/23421/3
authorScott Murray <scott.murray@konsulko.com>
Wed, 11 Dec 2019 20:05:54 +0000 (20:05 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 19 Dec 2019 00:27:54 +0000 (00:27 +0000)
Add libqtappfw recipe to meta-agl-profile-graphical-qt5 to move it from
meta-agl-demo, making it available for use in other images builds like
the cluster demo.

Bug-AGL: SPEC-3045

Change-Id: Ic8230975fdfe2d953b49325e86b3a7bd042e70a5
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
meta-agl-profile-graphical-qt5/recipes-devtools/libqtappfw/libqtappfw_git.bb [new file with mode: 0644]

diff --git a/meta-agl-profile-graphical-qt5/recipes-devtools/libqtappfw/libqtappfw_git.bb b/meta-agl-profile-graphical-qt5/recipes-devtools/libqtappfw/libqtappfw_git.bb
new file mode 100644 (file)
index 0000000..f3930c1
--- /dev/null
@@ -0,0 +1,20 @@
+SUMMARY     = "AGL Qt AppFW Library"
+DESCRIPTION = "libqtappfw"
+HOMEPAGE    = "http://docs.automotivelinux.org"
+LICENSE     = "Apache-2.0"
+SECTION     = "libs"
+
+BBCLASSEXTEND = "nativesdk"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
+
+DEPENDS += "qtbase qtdeclarative qtwebsockets"
+
+inherit cmake_qt5
+
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqtappfw;protocol=https;branch=${AGL_BRANCH}"
+SRCREV  = "72eb23f64454c16301ae3856f122698b137b3038"
+S       = "${WORKDIR}/git/"
+
+# PV needs to be modified with SRCPV to work AUTOREV correctly
+PV = "0.0+git${SRCPV}"