summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-sota/libgsystem/libgsystem_git.bb4
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
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/libgsystem.git" 5SRC_URI = "gitsm://github.com/GNOME/libgsystem.git"
6SRCREV="${AUTOREV}" 6SRCREV="d606bec68ddfea78de4b03c3f3568afb71bdc1ce"
7 7
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9 9