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 | a01f9b2ed850973d88ac7d3153319839e88f797c (patch) | |
| tree | bc8621c4d21564e5cfc145ef4a6e4e666c80298c | |
| parent | 517b21e0dda583e42c043e09e15100c4b608557f (diff) | |
| parent | b831bf774503aab89de65a73e1034ef9fcd7860f (diff) | |
| download | meta-updater-sumo.tar.gz | |
Merge pull request #821 from stephaneberle9/sumosumo
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 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 | ||
| 6 | inherit autotools pkgconfig systemd bash-completion gobject-introspection | 6 | inherit autotools pkgconfig systemd bash-completion gobject-introspection |
| 7 | 7 | ||
| 8 | SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" | 8 | SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=main" |
| 9 | 9 | ||
| 10 | SRCREV = "f3eba6bcec39c163eb831c02c148ffa483292906" | 10 | SRCREV = "f3eba6bcec39c163eb831c02c148ffa483292906" |
| 11 | 11 | ||
