diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-12-17 19:47:58 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-12-19 10:56:58 +0100 |
commit | 80cdc7f4dd1818b89177a5a37704e08ef67c91c6 (patch) | |
tree | 4c41a7d772a672d3f8aa5a2bc80608b5b4a95114 /meta-agl-profile-graphical/recipes-graphics | |
parent | ec4779ff744a602eb761a1a23457d93e533e4b74 (diff) |
libwindowmanager & libhomescreen: Handle hostname of remote
The remote can be different from localhost. This new
versions allow to specify explicitely the host. Implicitely,
it is still localhost.
Bug-AGL: SPEC-3014
Change-Id: Id3b4e84801e17ba6c67f2df0d32b5f449cdcb841
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-agl-profile-graphical/recipes-graphics')
-rw-r--r-- | meta-agl-profile-graphical/recipes-graphics/libhomescreen/libhomescreen_git.bb | 2 | ||||
-rw-r--r-- | meta-agl-profile-graphical/recipes-graphics/libwindowmanager/libwindowmanager_git.bb | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/meta-agl-profile-graphical/recipes-graphics/libhomescreen/libhomescreen_git.bb b/meta-agl-profile-graphical/recipes-graphics/libhomescreen/libhomescreen_git.bb index bf8f13373..da511c8a1 100644 --- a/meta-agl-profile-graphical/recipes-graphics/libhomescreen/libhomescreen_git.bb +++ b/meta-agl-profile-graphical/recipes-graphics/libhomescreen/libhomescreen_git.bb @@ -13,7 +13,7 @@ DEPENDS = "af-binder json-c" inherit cmake SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libhomescreen.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "44290c49e08fe52d6e3ed80720473577131090f4" +SRCREV = "0d65d54ba63508c0ef545d02e94d5702f9c8ecb3" S = "${WORKDIR}/git" RDEPENDS_${PN} = "agl-service-homescreen" diff --git a/meta-agl-profile-graphical/recipes-graphics/libwindowmanager/libwindowmanager_git.bb b/meta-agl-profile-graphical/recipes-graphics/libwindowmanager/libwindowmanager_git.bb index 04a83dd14..56e9a0d9a 100644 --- a/meta-agl-profile-graphical/recipes-graphics/libwindowmanager/libwindowmanager_git.bb +++ b/meta-agl-profile-graphical/recipes-graphics/libwindowmanager/libwindowmanager_git.bb @@ -10,6 +10,7 @@ RDEPENDS_${PN} = "agl-service-windowmanager" inherit cmake SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libwindowmanager.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "003cdfb640b595345b0d4d09471872c9295d0bc7" +SRCREV = "949e8b8c90dfb37988b542df171c39941aee7bcb" S = "${WORKDIR}/git" PV = "1.0+git${SRCPV}" + |