summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Eberle <stephaneberle9@gmail.com>2021-08-09 16:47:31 +0200
committerStephan Eberle <stephaneberle9@gmail.com>2021-08-09 17:00:52 +0200
commitda6e72f154cc7cd0aa5df01c448eb4b2f257edd7 (patch)
tree74a41883b6e2af0310550f30ad2f00ed78ef532d
parent7b7636399184d2aba30b51c8423d29bdc24e2273 (diff)
downloadmeta-updater-da6e72f154cc7cd0aa5df01c448eb4b2f257edd7.tar.gz
Fixed outdated OSTree branch reference (#817)
Signed-off-by: Stephan Eberle <stephaneberle9@gmail.com>
-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 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
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