From ebcd070ee4dc3a742f44d7e428086016e519b1f2 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 11 Dec 2019 20:05:54 +0000 Subject: meta-agl-profile-graphical-qt5: add libqtappfw 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 --- .../recipes-devtools/libqtappfw/libqtappfw_git.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-agl-profile-graphical-qt5/recipes-devtools/libqtappfw/libqtappfw_git.bb 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 index 000000000..f3930c197 --- /dev/null +++ b/meta-agl-profile-graphical-qt5/recipes-devtools/libqtappfw/libqtappfw_git.bb @@ -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}" -- cgit 1.2.3-korg