diff options
author | Patti Vacek <pattivacek@gmail.com> | 2021-08-09 17:29:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 17:29:40 +0200 |
commit | 7d605b30a6892de4a36e888e4d566aee0dceac7b (patch) | |
tree | 713621d1651123f337206647af5b99f7cc8ebd11 | |
parent | 2b354307951650fd7918510116ee45dac86e9b59 (diff) | |
parent | c01f2caf9403d3e19c8e7a2f5cff64bf2206075e (diff) | |
download | meta-updater-7d605b30a6892de4a36e888e4d566aee0dceac7b.tar.gz |
Merge pull request #822 from stephaneberle9/pyropyro
Fixed outdated OSTree branch reference (#817)
-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 ad85775..1ce21d4 100644 --- a/recipes-sota/ostree/ostree_git.bb +++ b/recipes-sota/ostree/ostree_git.bb | |||
@@ -6,7 +6,7 @@ inherit autotools-brokensep pkgconfig systemd gobject-introspection | |||
6 | 6 | ||
7 | INHERIT_remove_class-native = "systemd" | 7 | INHERIT_remove_class-native = "systemd" |
8 | 8 | ||
9 | SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" | 9 | SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=main" |
10 | 10 | ||
11 | SRCREV="854a823e05d6fe8b610c02c2a71eaeb2bf1e98a6" | 11 | SRCREV="854a823e05d6fe8b610c02c2a71eaeb2bf1e98a6" |
12 | 12 | ||