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 | 0bcba8f3ec290d3734234696d535bb2cc4755a19 (patch) | |
tree | 8660d27214344380544b07cf1d4e48ce3573d2cf /recipes-sota | |
parent | 0d5c911120c02f0851e497f1fde02f515e557e3e (diff) | |
parent | e9ac84b5ac9c1e894e774bc16b0c12f412554a99 (diff) | |
download | meta-updater-0bcba8f3ec290d3734234696d535bb2cc4755a19.tar.gz |
Merge pull request #819 from stephaneberle9/warriorwarrior
Fixed outdated OSTree branch reference (#817)
Diffstat (limited to 'recipes-sota')
-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 93ae6e7..b8dbea2 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 | ||