diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2016-07-13 11:57:18 +0300 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2016-07-13 12:18:25 +0300 |
commit | b913056fad119bd9a29be62323f4a16cc9ef6510 (patch) | |
tree | 0b5e6716dcb29f32e6476a4ac112ef7fae0d2717 /recipes-sota | |
parent | b221d79a1d412e5b3c806d229749c12f898c522e (diff) | |
download | meta-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')
-rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 4 |
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" | |||
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPLv2+" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" |
4 | 4 | ||
5 | SRC_URI = "gitsm://git.gnome.org/ostree.git;branch=master" | 5 | SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" |
6 | SRCREV="${AUTOREV}" | 6 | SRCREV="${AUTOREV}" |
7 | 7 | ||
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||
10 | DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse libsoup-2.4" | 10 | DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse libsoup-2.4 e2fsprogs" |
11 | 11 | ||
12 | RDEPENDS_${PN} = "python libsystemd util-linux-libuuid util-linux-libblkid util-linux-libmount libcap liblzma" | 12 | RDEPENDS_${PN} = "python libsystemd util-linux-libuuid util-linux-libblkid util-linux-libmount libcap liblzma" |
13 | 13 | ||