Move hmi-framework and eg-virt from meta-agl-devel to meta-agl
[AGL/meta-agl.git] / meta-agl-profile-graphical-qt5 / recipes-qt / qlibhomescreen / qlibhomescreen_git.bb
diff --git a/meta-agl-profile-graphical-qt5/recipes-qt/qlibhomescreen/qlibhomescreen_git.bb b/meta-agl-profile-graphical-qt5/recipes-qt/qlibhomescreen/qlibhomescreen_git.bb
new file mode 100644 (file)
index 0000000..09a262e
--- /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"
+RDEPENDS_${PN} = "libhomescreen"
+
+inherit qmake5
+
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqthomescreen.git;protocol=https;branch=${AGL_BRANCH}"
+SRCREV = "b218476402bceda7eb42d41064552a7261ff3205"
+S = "${WORKDIR}/git"