diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-01-18 12:36:21 +0100 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-01-18 12:36:21 +0100 |
commit | b5b2458b320bd88599bcd3af02566712c8877c1c (patch) | |
tree | d7e4ab954d85112a01296867bddb9359bc66d74e /recipes-sota/ostree/ostree_git.bb | |
parent | 20b8d55c760ff9021f32a57a12563b01ef039e4e (diff) | |
download | meta-updater-b5b2458b320bd88599bcd3af02566712c8877c1c.tar.gz |
Add PR = "1" to ostree to fix annoying caching problem.
Diffstat (limited to 'recipes-sota/ostree/ostree_git.bb')
-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 | ||