diff options
author | Phil Wise <philip.wise@here.com> | 2018-06-01 09:05:03 +0200 |
---|---|---|
committer | Phil Wise <philip.wise@here.com> | 2018-06-01 09:06:07 +0200 |
commit | cc091e9d9e7fc9e921e9b6ca5fb49bb1cc32c1eb (patch) | |
tree | 0196cdef15358b7a0d8b1f24f79f67c4d3d5a5eb /recipes-sota/ostree/ostree_git.bb | |
parent | 4b97ad0dce72cede71167e9785cd77b1ddfdcb36 (diff) | |
download | meta-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.
Diffstat (limited to 'recipes-sota/ostree/ostree_git.bb')
-rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 2 |
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" | |||
11 | SRCREV="854a823e05d6fe8b610c02c2a71eaeb2bf1e98a6" | 11 | SRCREV="854a823e05d6fe8b610c02c2a71eaeb2bf1e98a6" |
12 | 12 | ||
13 | PV = "v2017.13" | 13 | PV = "v2017.13" |
14 | PR = "1" | 14 | PR = "2" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||