From: zheng_wenlong Date: Fri, 22 Jun 2018 09:16:32 +0000 (+0900) Subject: Add qlibhomescreen recipes and add it into packagegroup for SDK X-Git-Tag: 5.99.1~6 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=53ca1e6c3b241c2b7c9eef7de2c3bf7a26df11d7;p=AGL%2Fmeta-agl-devel.git Add qlibhomescreen recipes and add it into packagegroup for SDK We detached the launcher area from homescreen. The lancher application requires qlibhomescreen. Add the qlibhomescreen recipes into packagegroup for it to be contained in the SDK. [Patch sets 7] Change revision to 313cd53946a456163108c4f6f1582e442ebc4022 Related commit: https://gerrit.automotivelinux.org/gerrit/#/c/14517/ Bug-AGL: SPEC-1518 Change-Id: I0d21120d5ddb26d2ba3a392968718be0a95d8ffc Signed-off-by: zheng_wenlong --- diff --git a/meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb b/meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb new file mode 100644 index 00000000..bf736f9f --- /dev/null +++ b/meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb @@ -0,0 +1,13 @@ +SUMMARY = "A wrapper library of libhomescreen for Qt Application in AGL" +SECTION = "libs" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" + +DEPENDS = "qtbase libhomescreen-2017" +RDEPENDS_${PN} = "libhomescreen-2017" + +inherit qmake5 + +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/qlibhomescreen.git;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "313cd53946a456163108c4f6f1582e442ebc4022" +S = "${WORKDIR}/git" diff --git a/meta-hmi-framework/recipes-platform/packagegroups/packagegroup-hmi-framework.bb b/meta-hmi-framework/recipes-platform/packagegroups/packagegroup-hmi-framework.bb index 7f202351..61af066d 100644 --- a/meta-hmi-framework/recipes-platform/packagegroups/packagegroup-hmi-framework.bb +++ b/meta-hmi-framework/recipes-platform/packagegroups/packagegroup-hmi-framework.bb @@ -12,6 +12,7 @@ RDEPENDS_${PN} += " \ libwindowmanager \ qlibwindowmanager \ libhomescreen-2017 \ + qlibhomescreen \ runxdg \ hmi-debug \ "