X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=meta-hmi-framework%2Frecipes-graphics%2Flibwindowmanager%2Flibwindowmanager_git.bb;h=ff65be19a8624ed7ca94e6a450ddfb23ad04969d;hb=61aee64f7b4fc1c78dd8a585a79ec9e4e7aa820a;hp=6f1a20d4818173644238fafd4c06c5aba788bb60;hpb=d2350357ad044f0eb216a701182e284af7c15b3f;p=AGL%2Fmeta-agl-devel.git diff --git a/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb b/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb index 6f1a20d4..ff65be19 100644 --- a/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb +++ b/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb @@ -5,10 +5,11 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" DEPENDS = "af-binder json-c" -RDEPENDS_${PN} = "agl-service-windowmanager-2017" +RDEPENDS_${PN} = "agl-service-windowmanager" inherit cmake -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/libwindowmanager.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "c2e7ca876cc70b52d39e0cce3aa8dffcd5f90cc8" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libwindowmanager.git;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "42dbcc0d19bc5571c3e80588139a069128551900" S = "${WORKDIR}/git" +PV = "1.0+git${SRCPV}"