diff options
Diffstat (limited to 'meta-sota/recipes-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" |