From 009bfa78131b493b2b11c444dfc5ff2ef4528069 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 1 Dec 2016 22:49:40 +0100 Subject: Fix CES2016 url in blowfish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After the migration of git.automotivelinux.org to the shared cgit instance, we need to rewrite this SRC_URI appropriately. Change-Id: I1c750d9aac2d0479eaaa0101b07c8ab303fe1c4a Signed-off-by: Jan-Simon Möller --- recipes-demo-hmi/CES2016-demo/CES2016-demo.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb b/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb index a5c3ea74..5218a77b 100644 --- a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb +++ b/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb @@ -7,7 +7,7 @@ SECTION = "apps" LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad" -SRC_URI = "git://git.automotivelinux.org/gerrit/AGL/DemoApps/CES2016;protocol=http;branch=blowfish" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/AGL/DemoApps/CES2016;protocol=http;branch=blowfish" SRCREV = "6e048fa867650571cd1630908e6bd86828630d2f" # for development use -- cgit 1.2.3-korg