Add qlibhomescreen recipes and add it into packagegroup for SDK 97/14597/7
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>
Fri, 22 Jun 2018 09:16:32 +0000 (18:16 +0900)
committerZheng Wenlong <wenlong_zheng@nexty-ele.com>
Wed, 27 Jun 2018 01:32:42 +0000 (01:32 +0000)
    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 <wenlong_zheng@nexty-ele.com>
meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb [new file with mode: 0644]
meta-hmi-framework/recipes-platform/packagegroups/packagegroup-hmi-framework.bb

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 (file)
index 0000000..bf736f9
--- /dev/null
@@ -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"