diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2019-02-05 18:12:44 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2019-02-05 18:12:44 +0100 |
commit | 8cdd530dfd0f6f2b8d16770e930340ff6cb340dd (patch) | |
tree | 04f0241e1ebd0799a5dfc3a8d8d9dbc248d9a6df /recipes-demo-hmi/libhomescreen/libhomescreen_git.bb | |
parent | 220104e57bdebd2d8e1b71c19c6f961fc9187a57 (diff) |
libhomescreen: bump revisionhalibut_7.90.0halibut/7.90.07.90.0
Included changes:
* 11e5020 Improve safety of link to event loop
Bug-AGL: SPEC-2130
Change-Id: I9c34f8e00f5e1b556f6d65cd9c408c80da4658cb
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'recipes-demo-hmi/libhomescreen/libhomescreen_git.bb')
-rw-r--r-- | recipes-demo-hmi/libhomescreen/libhomescreen_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/libhomescreen/libhomescreen_git.bb b/recipes-demo-hmi/libhomescreen/libhomescreen_git.bb index d0c3cf179..9a396d0a9 100644 --- a/recipes-demo-hmi/libhomescreen/libhomescreen_git.bb +++ b/recipes-demo-hmi/libhomescreen/libhomescreen_git.bb @@ -15,7 +15,7 @@ inherit cmake SRC_URI = "git://gerrit.automotivelinux.org/gerrit/p/src/libhomescreen.git;protocol=https;branch=${AGL_BRANCH} \ file://org.agl.statusbar.conf \ " -SRCREV = "c0146077906057bf97688a617870228eaad0cf54" +SRCREV = "11e5020569efe21957c3079c20ffd5f69f514d7a" S = "${WORKDIR}/git" do_install_append() { |