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 | 291d597cf414f1a69ed7999f0a86689e657adcca (patch) | |
tree | f32ee9934d17780f88443108a615f71e13932d0a /recipes-sota | |
parent | ece75b51d6f2802edf1065a455f333f9c85b67e4 (diff) | |
download | meta-updater-291d597cf414f1a69ed7999f0a86689e657adcca.tar.gz |
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 'recipes-sota')
-rw-r--r-- | recipes-sota/libgsystem/libgsystem_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-sota/libgsystem/libgsystem_git.bb b/recipes-sota/libgsystem/libgsystem_git.bb index ed9638c..f35819d 100644 --- a/recipes-sota/libgsystem/libgsystem_git.bb +++ b/recipes-sota/libgsystem/libgsystem_git.bb | |||
@@ -2,8 +2,8 @@ SUMMARY = "GIO-based library, targeted primarily for use by operating system com | |||
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/libgsystem.git" | 5 | SRC_URI = "gitsm://github.com/GNOME/libgsystem.git" |
6 | SRCREV="${AUTOREV}" | 6 | SRCREV="d606bec68ddfea78de4b03c3f3568afb71bdc1ce" |
7 | 7 | ||
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||