summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatti Vacek <pattivacek@gmail.com>2021-08-09 17:29:38 +0200
committerGitHub <noreply@github.com>2021-08-09 17:29:38 +0200
commit545bc91382658d079223c9b172db4e3c44ec556e (patch)
tree6adaf1080a246ab0385199ecbe2045ba0cdd9dfb
parent0b7b83838324f23a4068bfe7ab54d18336779622 (diff)
parent77affd56cdaf3ec4ef501d731b6298f4989bb79a (diff)
downloadmeta-updater-morty.tar.gz
Merge pull request #823 from stephaneberle9/mortymorty
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 6386910..6912d9d 100644
--- a/recipes-sota/ostree/ostree_git.bb
+++ b/recipes-sota/ostree/ostree_git.bb
@@ -7,7 +7,7 @@ inherit autotools pkgconfig systemd bash-completion gobject-introspection
7 7
8INHERIT_remove_class-native = "systemd" 8INHERIT_remove_class-native = "systemd"
9 9
10SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" 10SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=main"
11 11
12SRCREV="3e96ec9811b5cfc5481f8b6b06c8d34d9a35408e" 12SRCREV="3e96ec9811b5cfc5481f8b6b06c8d34d9a35408e"
13 13