diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-01-18 12:36:21 +0100 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-01-22 15:20:01 +0100 |
commit | fbfdf91079a93b446a7502851ab9508b38146eef (patch) | |
tree | e2fe0b3454fe8e3df7b1c5b13cfa92fe7a889a23 /recipes-sota | |
parent | 310957f5d2db659dfea6537a90fc0cc4b3297c19 (diff) | |
download | meta-updater-fbfdf91079a93b446a7502851ab9508b38146eef.tar.gz |
Add PR = "1" to ostree to fix annoying caching problem.
Diffstat (limited to 'recipes-sota')
-rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 1 |
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" | |||
11 | SRCREV="854a823e05d6fe8b610c02c2a71eaeb2bf1e98a6" | 11 | SRCREV="854a823e05d6fe8b610c02c2a71eaeb2bf1e98a6" |
12 | 12 | ||
13 | PV = "v2017.13" | 13 | PV = "v2017.13" |
14 | PR = "1" | ||
14 | 15 | ||
15 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
16 | 17 | ||