diff options
author | Ronan <ronan.lemartret@iot.bzh> | 2016-11-22 14:53:41 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-11-24 14:56:47 +0000 |
commit | 5850899c8823e54288babd5893cb0428b900fb08 (patch) | |
tree | e35bf8f0f6cf6158e5c20c6d34199c2eb3f504fc /recipes-demo-hmi/CES2016-demo/CES2016-demo.bb | |
parent | f72fc08741237e05d4e2191aa15746e17315444f (diff) |
fix recipes git source url
* url https://git.automotivelinux.org is not available,
use https://gerrit.automotivelinux.org instead.
BB-must-fix
Change-Id: I24b92a0eab2f64c001e1e7919c37f8226e6d7de6
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
Diffstat (limited to 'recipes-demo-hmi/CES2016-demo/CES2016-demo.bb')
-rw-r--r-- | recipes-demo-hmi/CES2016-demo/CES2016-demo.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb b/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb index c62460918..28c3df3b0 100644 --- a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb +++ b/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb @@ -9,7 +9,7 @@ PN = "ces2016-demo" LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad" -SRC_URI = "git://git.automotivelinux.org/gerrit/AGL/DemoApps/CES2016;protocol=http" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/AGL/DemoApps/CES2016;protocol=http" SRCREV = "${AUTOREV}" PV = "1.0+git" |