diff options
author | Scott Murray <scott.murray@konsulko.com> | 2017-01-18 21:46:07 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2017-01-18 21:51:42 -0500 |
commit | a7fa7260de3a5db47bb087cd9e8e421e143361c0 (patch) | |
tree | 1c83854e664cb6903ea8d0d494fa1cda398ee60d /recipes-qt | |
parent | 892f4cbaeeaa557b8365e496fc0a96676b920fd0 (diff) |
Pin qtmultimedia-rtlfm-radio-plugin recipe for chinook
Bug-AGL: SPEC-414
Change-Id: Icb9beec226ef42acde866304a5b478d7bd0ead61
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-qt')
-rw-r--r-- | recipes-qt/qtmultimedia-rtlfm-radio-plugin/qtmultimedia-rtlfm-radio-plugin_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-qt/qtmultimedia-rtlfm-radio-plugin/qtmultimedia-rtlfm-radio-plugin_git.bb b/recipes-qt/qtmultimedia-rtlfm-radio-plugin/qtmultimedia-rtlfm-radio-plugin_git.bb index 98ba6396f..faa108b1d 100644 --- a/recipes-qt/qtmultimedia-rtlfm-radio-plugin/qtmultimedia-rtlfm-radio-plugin_git.bb +++ b/recipes-qt/qtmultimedia-rtlfm-radio-plugin/qtmultimedia-rtlfm-radio-plugin_git.bb @@ -12,6 +12,10 @@ PV = "0.1+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/qtmultimedia-rtlfm-radio-plugin;protocol=https" SRCREV = "${AUTOREV}" +# Pinned branch/SRCREV for Charming Chinook +SRC_URI_chinook = "git://gerrit.automotivelinux.org/gerrit/staging/qtmultimedia-rtlfm-radio-plugin;protocol=https;branch=chinook" +SRCREV_chinook = "a30670cd12e03dc874d2f22c48f497817c78ecdc" + S = "${WORKDIR}/git" inherit qmake5 |