summaryrefslogtreecommitdiffstats
path: root/meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb')
-rw-r--r--meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb13
1 files changed, 13 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"