diff options
author | Louai Al-Khanji <louai.al-khanji@theqtcompany.com> | 2016-03-10 23:25:37 -0800 |
---|---|---|
committer | Louai Al-Khanji <louai.al-khanji@theqtcompany.com> | 2016-03-16 08:24:38 +0000 |
commit | 5d3414342d9b5af1f531702aa25180407837c21f (patch) | |
tree | e927e9ef564665eeb5569da00ffc3172dc879c32 | |
parent | 5010fb6570846eecb8976810f67b1f5e3d0ba5e3 (diff) | |
download | meta-boot2qt-5d3414342d9b5af1f531702aa25180407837c21f.tar.gz |
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 <samuli.piippo@theqtcompany.com>
-rw-r--r-- | recipes/libgsystem/libgsystem.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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" | |||
26 | 26 | ||
27 | inherit autotools pkgconfig | 27 | inherit autotools pkgconfig |
28 | 28 | ||
29 | SRC_URI = "gitsm://github.com/GNOME/libgsystem.git;tag=v2015.2;protocol=git" | 29 | SRC_URI = "gitsm://github.com/GNOME/libgsystem.git;protocol=git" |
30 | SRCREV = "86c24c181ec6c3ec334a39145efc022c3e744929" | ||
31 | |||
30 | S = "${WORKDIR}/git" | 32 | S = "${WORKDIR}/git" |
31 | 33 | ||
32 | DEPENDS = "glib-2.0 attr libcap" | 34 | DEPENDS = "glib-2.0 attr libcap" |