summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatti Vacek <pattivacek@gmail.com>2021-08-09 17:29:42 +0200
committerGitHub <noreply@github.com>2021-08-09 17:29:42 +0200
commit0bcba8f3ec290d3734234696d535bb2cc4755a19 (patch)
tree8660d27214344380544b07cf1d4e48ce3573d2cf
parent0d5c911120c02f0851e497f1fde02f515e557e3e (diff)
parente9ac84b5ac9c1e894e774bc16b0c12f412554a99 (diff)
downloadmeta-updater-warrior.tar.gz
Merge pull request #819 from stephaneberle9/warriorwarrior
Fixed outdated OSTree branch reference (#817)
-rw-r--r--recipes-sota/ostree/ostree_git.bb2
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
6inherit autotools pkgconfig systemd bash-completion gobject-introspection 6inherit autotools pkgconfig systemd bash-completion gobject-introspection
7 7
8SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" 8SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=main"
9 9
10SRCREV = "f3eba6bcec39c163eb831c02c148ffa483292906" 10SRCREV = "f3eba6bcec39c163eb831c02c148ffa483292906"
11 11