Update github.com git:// SRC_URIs
[AGL/meta-agl-demo.git] / recipes-graphics / qlibhomescreen / qlibhomescreen_git.bb
1 SUMMARY     = "A wrapper library of libhomescreen for Qt Application in AGL"
2 SECTION     = "libs"
3 LICENSE     = "Apache-2.0"
4 LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
5
6 DEPENDS = "qtbase libhomescreen"
7 RDEPENDS:${PN} = "libhomescreen"
8
9 inherit qmake5
10
11 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqthomescreen.git;protocol=https;branch=${AGL_BRANCH}"
12 SRCREV = "b218476402bceda7eb42d41064552a7261ff3205"
13 S = "${WORKDIR}/git"