diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-12-29 12:02:19 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-12-29 16:56:38 +0000 |
commit | 08c0d005a78d629e06e7dadefb63e558a5e8ccc9 (patch) | |
tree | 64a3b4719b3822d8e268feb561ee303f6aa35495 /recipes-demo-hmi/mediaplayer/mediaplayer_git.bb | |
parent | 7c71f497bf5fb165e99d50e6e7f6125d8229f9c6 (diff) |
Pin mediaplayer recipe for chinook release
Change-Id: Idf2357a4a3242cab453db19a4a59ea173134fa40
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-demo-hmi/mediaplayer/mediaplayer_git.bb')
-rw-r--r-- | recipes-demo-hmi/mediaplayer/mediaplayer_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb index 000f97652..aa45cd14e 100644 --- a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb +++ b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb @@ -9,6 +9,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/mediaplayer;protocol=http" SRCREV = "${AUTOREV}" +# Pinned branch/SRCREV for Charming Chinook +SRC_URI_chinook = "git://gerrit.automotivelinux.org/gerrit/apps/mediaplayer;protocol=http;branch=chinook" +SRCREV_chinook = "5e9cfc533b6ea757877cedabcba9fdc44ed96897" + + PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" |