summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Wise <philip.wise@here.com>2018-06-01 09:05:03 +0200
committerPhil Wise <philip.wise@here.com>2018-06-01 09:06:07 +0200
commitcc091e9d9e7fc9e921e9b6ca5fb49bb1cc32c1eb (patch)
tree0196cdef15358b7a0d8b1f24f79f67c4d3d5a5eb
parent4b97ad0dce72cede71167e9785cd77b1ddfdcb36 (diff)
downloadmeta-updater-cc091e9d9e7fc9e921e9b6ca5fb49bb1cc32c1eb.tar.gz
Bump PR to flush old sstate caches that were built in-tree
The change that removes autotools-brokensep breaks people who have old sstate caches that were built in-tree. Bump the PR to flush these out of the system.
-rw-r--r--recipes-sota/ostree/ostree_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb
index bfe16e9..afb767f 100644
--- a/recipes-sota/ostree/ostree_git.bb
+++ b/recipes-sota/ostree/ostree_git.bb
@@ -11,7 +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" 14PR = "2"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17