summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatoliy Odukha <aodukha@gmail.com>2021-07-15 13:46:38 +0300
committerGitHub <noreply@github.com>2021-07-15 13:46:38 +0300
commit7be1a940c3384f7f19e37347e23d59b568eabff0 (patch)
tree6f26a520068f7511a3be03987184f26ae8c02692
parentb2d70898cc09d8edbf474d09cd74b8e0cbc50d4f (diff)
parente2a7ac05602a67a784546997c3dbd5ab4cfd57fd (diff)
downloadmeta-updater-thud.tar.gz
Merge pull request #815 from advancedtelematic/thud-ostree-mainthud
ostree: the main branch is now "main".
-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