diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-06-22 18:16:32 +0900 |
---|---|---|
committer | Zheng Wenlong <wenlong_zheng@nexty-ele.com> | 2018-06-27 01:32:42 +0000 |
commit | 53ca1e6c3b241c2b7c9eef7de2c3bf7a26df11d7 (patch) | |
tree | f401a613d916262194163bdfab640dee8eb827ef /meta-hmi-framework | |
parent | cf3716a3089b00279673cdc3f1cf65e741a7ae54 (diff) |
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 <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'meta-hmi-framework')
-rw-r--r-- | meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb | 13 | ||||
-rw-r--r-- | meta-hmi-framework/recipes-platform/packagegroups/packagegroup-hmi-framework.bb | 1 |
2 files changed, 14 insertions, 0 deletions
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 \ " |