summaryrefslogtreecommitdiffstats
path: root/meta-hmi-framework/recipes-graphics/qlibwindowmanager/qlibwindowmanager_git.bb
blob: 0cdb987c700846ac9e5632b2be0cab5c5320af3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY     = "A wrapper library of libwindowmanager for Qt Application in AGL"
SECTION     = "graphics"
LICENSE     = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"

DEPENDS = "qtbase libwindowmanager"
RDEPENDS_${PN} = "libwindowmanager"

inherit qmake5

SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/qlibwindowmanager.git;protocol=https;branch=${AGL_BRANCH}"
SRCREV = "d5d31fe493c88756831e7cf36255acdccbbdde98"
S = "${WORKDIR}/git"