From 320766a2a75760625c6eb3dcb111072dadc40ea0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Mon, 2 Jan 2017 19:29:19 +0100 Subject: [PATCH] Fix recipes on chinook branch MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This change fixes the evaluation of the SRC_URI. As SRC_URI_chinook is a parsed variable we need to use _append. Change-Id: Ifa5c3dabb025a1a185190d8b2eb35414db5266f5 Signed-off-by: Jan-Simon Möller --- recipes-demo-hmi/unicens/unicens_0.1.bb | 4 ++-- recipes-demo-hmi/vod-server/vod-server_0.1.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-demo-hmi/unicens/unicens_0.1.bb b/recipes-demo-hmi/unicens/unicens_0.1.bb index 37c943aa8..e0557316f 100644 --- a/recipes-demo-hmi/unicens/unicens_0.1.bb +++ b/recipes-demo-hmi/unicens/unicens_0.1.bb @@ -10,8 +10,8 @@ DEPENDS += "libxml2" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/unicens;protocol=https" SRC_URI_chinook = "git://gerrit.automotivelinux.org/gerrit/src/unicens;protocol=https;branch=chinook" -SRC_URI += "file://0001-Fix-cross-compilation-with-yocto.patch" -SRC_URI += "file://0001-Support-booting-by-systemd.patch \ +SRC_URI_append = " file://0001-Fix-cross-compilation-with-yocto.patch" +SRC_URI_append = " file://0001-Support-booting-by-systemd.patch \ file://most-network-startup.service \ file://most-network-manager.service" diff --git a/recipes-demo-hmi/vod-server/vod-server_0.1.bb b/recipes-demo-hmi/vod-server/vod-server_0.1.bb index d76c82df2..29f727216 100644 --- a/recipes-demo-hmi/vod-server/vod-server_0.1.bb +++ b/recipes-demo-hmi/vod-server/vod-server_0.1.bb @@ -8,8 +8,8 @@ PV = "0.1" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/vod-server;protocol=https" SRC_URI_chinook = "git://gerrit.automotivelinux.org/gerrit/src/vod-server;protocol=https;branch=chinook" -SRC_URI += "file://0001-Fix-cross-compilation-with-yocto.patch \ - file://vod-demo.service" +SRC_URI_append = " file://0001-Fix-cross-compilation-with-yocto.patch \ + file://vod-demo.service " S = "${WORKDIR}/git" #SRCREV = "8c5f2324d7aa61669324aec1a0ad091fe1379489" -- 2.16.6