From: Scott Murray Date: Wed, 11 Dec 2019 20:05:54 +0000 (+0000) Subject: meta-agl-profile-graphical-qt5: add libqtappfw X-Git-Tag: 8.0.4~8 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=7de0719df3acdef22b41e20f4c7f28e944100ab5;p=AGL%2Fmeta-agl.git 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: I258b04545f8e7bb96d5d723c7956d6365e7bbd83 Signed-off-by: Scott Murray --- 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..cd92cb862 --- /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 = "fff812b8634a42eab6f31d5968ff479da49d837a" +S = "${WORKDIR}/git/" + +# PV needs to be modified with SRCPV to work AUTOREV correctly +PV = "0.0+git${SRCPV}"