summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-01-18 12:36:21 +0100
committerPatrick Vacek <patrickvacek@gmail.com>2018-01-22 15:20:01 +0100
commitfbfdf91079a93b446a7502851ab9508b38146eef (patch)
treee2fe0b3454fe8e3df7b1c5b13cfa92fe7a889a23
parent310957f5d2db659dfea6537a90fc0cc4b3297c19 (diff)
downloadmeta-updater-fbfdf91079a93b446a7502851ab9508b38146eef.tar.gz
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