summaryrefslogtreecommitdiffstats
path: root/recipes-sota/ostree
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2016-07-13 11:57:18 +0300
committerLeon Anavi <leon.anavi@konsulko.com>2016-07-13 12:18:25 +0300
commitb913056fad119bd9a29be62323f4a16cc9ef6510 (patch)
tree0b5e6716dcb29f32e6476a4ac112ef7fae0d2717 /recipes-sota/ostree
parentb221d79a1d412e5b3c806d229749c12f898c522e (diff)
downloadmeta-updater-b913056fad119bd9a29be62323f4a16cc9ef6510.tar.gz
ostree: Update source URL
The primary OStree repo is in GitHub so the source URLs have been updated. Change-Id: I508f01ffddfdaa52b940d6e8457bade2b0a5f403 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'recipes-sota/ostree')
-rw-r--r--recipes-sota/ostree/ostree_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb
index 9009685..f01ba71 100644
--- a/recipes-sota/ostree/ostree_git.bb
+++ b/recipes-sota/ostree/ostree_git.bb
@@ -2,12 +2,12 @@ SUMMARY = "Tool for managing bootable, immutable, versioned filesystem trees"
2LICENSE = "GPLv2+" 2LICENSE = "GPLv2+"
3LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" 3LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
4 4
5SRC_URI = "gitsm://git.gnome.org/ostree.git;branch=master" 5SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master"
6SRCREV="${AUTOREV}" 6SRCREV="${AUTOREV}"
7 7
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9 9
10DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse libsoup-2.4" 10DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse libsoup-2.4 e2fsprogs"
11 11
12RDEPENDS_${PN} = "python libsystemd util-linux-libuuid util-linux-libblkid util-linux-libmount libcap liblzma" 12RDEPENDS_${PN} = "python libsystemd util-linux-libuuid util-linux-libblkid util-linux-libmount libcap liblzma"
13 13