summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcajun-rat <phil@advancedtelematic.com>2018-01-23 11:49:30 +0100
committerGitHub <noreply@github.com>2018-01-23 11:49:30 +0100
commit400f69f15eaac3b389862e251c0a32d1db2097de (patch)
treee2fe0b3454fe8e3df7b1c5b13cfa92fe7a889a23
parent310957f5d2db659dfea6537a90fc0cc4b3297c19 (diff)
parentfbfdf91079a93b446a7502851ab9508b38146eef (diff)
downloadmeta-updater-400f69f15eaac3b389862e251c0a32d1db2097de.tar.gz
Merge pull request #239 from advancedtelematic/bugfix/ostree-bump
Add PR = "1" to ostree to fix annoying caching problem.
-rw-r--r--recipes-sota/ostree/ostree_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb
index 00559b6..ad85775 100644
--- a/recipes-sota/ostree/ostree_git.bb
+++ b/recipes-sota/ostree/ostree_git.bb
@@ -11,6 +11,7 @@ SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master"
11SRCREV="854a823e05d6fe8b610c02c2a71eaeb2bf1e98a6" 11SRCREV="854a823e05d6fe8b610c02c2a71eaeb2bf1e98a6"
12 12
13PV = "v2017.13" 13PV = "v2017.13"
14PR = "1"
14 15
15S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
16 17