diff options
Diffstat (limited to 'meta-sota/recipes-sota')
-rw-r--r-- | meta-sota/recipes-sota/ostree/ostree_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-sota/recipes-sota/ostree/ostree_git.bb b/meta-sota/recipes-sota/ostree/ostree_git.bb index 9009685..f01ba71 100644 --- a/meta-sota/recipes-sota/ostree/ostree_git.bb +++ b/meta-sota/recipes-sota/ostree/ostree_git.bb @@ -2,12 +2,12 @@ SUMMARY = "Tool for managing bootable, immutable, versioned filesystem trees" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" -SRC_URI = "gitsm://git.gnome.org/ostree.git;branch=master" +SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" SRCREV="${AUTOREV}" S = "${WORKDIR}/git" -DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse libsoup-2.4" +DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse libsoup-2.4 e2fsprogs" RDEPENDS_${PN} = "python libsystemd util-linux-libuuid util-linux-libblkid util-linux-libmount libcap liblzma" |