diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-02 19:29:19 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-02 19:29:19 +0100 |
commit | 320766a2a75760625c6eb3dcb111072dadc40ea0 (patch) | |
tree | 8074907522334b5f0e73e6b70668e25d16653346 /recipes-demo-hmi/vod-server | |
parent | 5b1dd14ff698ec3dc39f4d02a9370743202392b0 (diff) |
Fix recipes on chinook branch
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 <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-demo-hmi/vod-server')
-rw-r--r-- | recipes-demo-hmi/vod-server/vod-server_0.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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" |