From 5d3414342d9b5af1f531702aa25180407837c21f Mon Sep 17 00:00:00 2001 From: Louai Al-Khanji Date: Thu, 10 Mar 2016 23:25:37 -0800 Subject: Specify source revision separately By doing so we ensure bitbake can mirror the source locally. Handy on airplanes. Change-Id: Iaaf96617a4cc0c445444dbdb8d3e562cc9cd1741 Reviewed-by: Samuli Piippo --- recipes/libgsystem/libgsystem.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/libgsystem/libgsystem.bb b/recipes/libgsystem/libgsystem.bb index fde40d8..53d8215 100644 --- a/recipes/libgsystem/libgsystem.bb +++ b/recipes/libgsystem/libgsystem.bb @@ -26,7 +26,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" inherit autotools pkgconfig -SRC_URI = "gitsm://github.com/GNOME/libgsystem.git;tag=v2015.2;protocol=git" +SRC_URI = "gitsm://github.com/GNOME/libgsystem.git;protocol=git" +SRCREV = "86c24c181ec6c3ec334a39145efc022c3e744929" + S = "${WORKDIR}/git" DEPENDS = "glib-2.0 attr libcap" -- cgit v1.2.3-54-g00ecf