diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2016-08-03 14:23:55 +0300 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2016-08-03 14:53:57 +0300 |
commit | 42d4c5b7be2d4a140d27f626de1913425e7abcf1 (patch) | |
tree | b4fb9f33ee640f7a98f904968e38c1a54922991d /meta-sota | |
parent | 54a5cee0232b648f77be10a0880ca45df3154f79 (diff) |
libgsystem: Change source repository and version
Use the Git repository from GitHub and replace
AUTOREV with the latest version known to work
(aka head from master branch).
Bug-AGL: SPEC-202
Change-Id: Ib59a7a59896feaa3d34ca1e55799251a96a5243d
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'meta-sota')
-rw-r--r-- | meta-sota/recipes-sota/libgsystem/libgsystem_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-sota/recipes-sota/libgsystem/libgsystem_git.bb b/meta-sota/recipes-sota/libgsystem/libgsystem_git.bb index ed9638c..f35819d 100644 --- a/meta-sota/recipes-sota/libgsystem/libgsystem_git.bb +++ b/meta-sota/recipes-sota/libgsystem/libgsystem_git.bb @@ -2,8 +2,8 @@ SUMMARY = "GIO-based library, targeted primarily for use by operating system com LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" -SRC_URI = "gitsm://git.gnome.org/libgsystem.git" -SRCREV="${AUTOREV}" +SRC_URI = "gitsm://github.com/GNOME/libgsystem.git" +SRCREV="d606bec68ddfea78de4b03c3f3568afb71bdc1ce" S = "${WORKDIR}/git" |