diff options
| author | Patti Vacek <pattivacek@gmail.com> | 2021-08-09 17:29:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-09 17:29:42 +0200 |
| commit | bab882c5768ff76504de4fbb043c7b6f01cc32af (patch) | |
| tree | 74a41883b6e2af0310550f30ad2f00ed78ef532d | |
| parent | 7b7636399184d2aba30b51c8423d29bdc24e2273 (diff) | |
| parent | da6e72f154cc7cd0aa5df01c448eb4b2f257edd7 (diff) | |
| download | meta-updater-rocko.tar.gz | |
Merge pull request #818 from stephaneberle9/rockorocko
Fixed outdated OSTree branch reference (#817)
| -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 279a27f..1204759 100644 --- a/recipes-sota/ostree/ostree_git.bb +++ b/recipes-sota/ostree/ostree_git.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | |||
| 5 | 5 | ||
| 6 | inherit autotools pkgconfig systemd bash-completion gobject-introspection | 6 | inherit autotools pkgconfig systemd bash-completion gobject-introspection |
| 7 | 7 | ||
| 8 | SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" | 8 | SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=main" |
| 9 | 9 | ||
| 10 | SRCREV = "f3eba6bcec39c163eb831c02c148ffa483292906" | 10 | SRCREV = "f3eba6bcec39c163eb831c02c148ffa483292906" |
| 11 | 11 | ||
