diff options
-rw-r--r-- | recipes-demo/homescreen/homescreen_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-demo/homescreen/homescreen_git.bb b/recipes-demo/homescreen/homescreen_git.bb index 3d1ffb590..e1acc9e3b 100644 --- a/recipes-demo/homescreen/homescreen_git.bb +++ b/recipes-demo/homescreen/homescreen_git.bb @@ -14,6 +14,8 @@ DEPENDS = " \ wayland \ qtwayland \ qtwayland-native \ + protobuf \ + grpc grpc-native \ agl-compositor \ applaunchd \ " @@ -25,7 +27,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/homescreen;protocol=http file://homescreen.conf \ file://homescreen.token \ " -SRCREV = "f32f949b3bd39eaebba71812b6bb2cb80d6ff90a" +SRCREV = "2c522c4ef64678d4445a57fb86550c9db8f019bb" S = "${WORKDIR}/git" |