summaryrefslogtreecommitdiffstats
path: root/recipes-sota/ostree
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-01-18 12:36:21 +0100
committerPatrick Vacek <patrickvacek@gmail.com>2018-01-18 12:36:21 +0100
commitb5b2458b320bd88599bcd3af02566712c8877c1c (patch)
treed7e4ab954d85112a01296867bddb9359bc66d74e /recipes-sota/ostree
parent20b8d55c760ff9021f32a57a12563b01ef039e4e (diff)
downloadmeta-updater-b5b2458b320bd88599bcd3af02566712c8877c1c.tar.gz
Add PR = "1" to ostree to fix annoying caching problem.
Diffstat (limited to 'recipes-sota/ostree')
-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