diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-07-07 13:57:25 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-07-07 17:14:21 +0000 |
commit | fc0bfa687e6c0902dfb6199acc24a73fec41d6b2 (patch) | |
tree | fe8ce09e6fa4c50c8fa7b1a0ee20f4dbc783221a /recipes-demo-hmi/agl-service-bluetooth | |
parent | b4b764896d3ebcbdbcbe44e306ea5d608fff3cb5 (diff) |
agl-service-bluetooth: ask to run by default at start
Change-Id: Ia0f5adf9f455b1dc651f0cc11c6074e5d5f8a28e
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'recipes-demo-hmi/agl-service-bluetooth')
-rw-r--r-- | recipes-demo-hmi/agl-service-bluetooth/agl-service-bluetooth_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/agl-service-bluetooth/agl-service-bluetooth_git.bb b/recipes-demo-hmi/agl-service-bluetooth/agl-service-bluetooth_git.bb index a147eb71f..c5eda483c 100644 --- a/recipes-demo-hmi/agl-service-bluetooth/agl-service-bluetooth_git.bb +++ b/recipes-demo-hmi/agl-service-bluetooth/agl-service-bluetooth_git.bb @@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-bluetooth;protocol=http;branch=dab" -SRCREV = "d36fb1e3cb445df6fb230b4ceb6c20ccddba7f1a" +SRCREV = "93e0bcdda8298df869b069661d313e53c87a8b33" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" |