aboutsummaryrefslogtreecommitdiffstats
path: root/meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb
blob: e7c399a5de4496409fa3ad5e89623a233f3ef2f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 = "59f49ec2538f22fbf752330f78413e445a3dc504"
S = "${WORKDIR}/git"