diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-06-01 15:02:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-01 15:02:29 +0200 |
commit | 4c4f51f6269c0bd6243dce81eea049e4a073de30 (patch) | |
tree | 0196cdef15358b7a0d8b1f24f79f67c4d3d5a5eb | |
parent | 4bcd0509c780a2e244aab4713926a548c176fb5f (diff) | |
parent | cc091e9d9e7fc9e921e9b6ca5fb49bb1cc32c1eb (diff) | |
download | meta-updater-4c4f51f6269c0bd6243dce81eea049e4a073de30.tar.gz |
Merge pull request #324 from advancedtelematic/feat/aktualizr-repo
Fixup oe-selftest
-rwxr-xr-x | recipes-sota/aktualizr/aktualizr_git.bb | 1 | ||||
-rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index 2c0d59f..f55eca8 100755 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
@@ -98,6 +98,7 @@ FILES_${PN}-examples = " \ | |||
98 | " | 98 | " |
99 | 99 | ||
100 | FILES_${PN}-host-tools = " \ | 100 | FILES_${PN}-host-tools = " \ |
101 | ${bindir}/aktualizr-repo \ | ||
101 | ${bindir}/aktualizr_cert_provider \ | 102 | ${bindir}/aktualizr_cert_provider \ |
102 | ${bindir}/aktualizr_implicit_writer \ | 103 | ${bindir}/aktualizr_implicit_writer \ |
103 | ${bindir}/garage-deploy \ | 104 | ${bindir}/garage-deploy \ |
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 | ||