diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-07-27 19:00:21 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-07-27 19:59:46 +0000 |
commit | 33594e669a2c7b46961662e9f688097a165282f1 (patch) | |
tree | bf9473bddd4c3482d9abdd04f14f2e54b61c3e4c /recipes-demo-hmi/homescreen | |
parent | 9f0cc74c515454397dacb638a71702d2cf42c32e (diff) |
Bump homescreen to tip of dab branch
This pulls-in this commit:
HomeScreen used to pass numeric id to WindowManager at application startup.
This change add 1 more parameter (string id).
This is necessary for WindowManager to allow some applications to run background,
related to https://gerrit.automotivelinux.org/gerrit/#/c/9827/
Bug-AGL: SPEC-395
Change-Id: Icb9788ff956dec8e57ee65291a6c1210adeba14c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-demo-hmi/homescreen')
-rw-r--r-- | recipes-demo-hmi/homescreen/homescreen_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/homescreen/homescreen_git.bb b/recipes-demo-hmi/homescreen/homescreen_git.bb index 74c06b7cc..82e241c65 100644 --- a/recipes-demo-hmi/homescreen/homescreen_git.bb +++ b/recipes-demo-hmi/homescreen/homescreen_git.bb @@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://homescreen/LICENSE;md5=ae6497158920d9524cf208c09cc4c9 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/p/apps/homescreen.git;protocol=https;branch=dab \ file://dbus-homescreen.conf.in" -SRCREV = "ce92baf2335146b44dd1f56bcac4b1586752bcc3" +SRCREV = "b9889b160ecc43dcde07fe9d8a96373196c539ab" # PV needs to be modified with SRCPV to work AUTOREV correctly PV = "0.0+git${SRCPV}" |