diff options
-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" |