summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2016-03-17 13:33:36 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2016-03-17 13:33:42 +0200
commit7bb3b2abfdfe21c2005395a64bbe678067019fde (patch)
tree33d1b0a0007936d03fdd04dad21ffa2ff5dcc311 /recipes
parent69074fbee24ecfcaf304cfcb07cadf78b3ec2cda (diff)
parentbea48bd0716cc8c60d4e3b3ddb497555f1905b33 (diff)
downloadmeta-boot2qt-7bb3b2abfdfe21c2005395a64bbe678067019fde.tar.gz
Merge remote-tracking branch 'origin/fido' into dev
* origin/fido: qt5: remove duplicate --sysroot from sdk mkspec colibri-imx6: don't pull in old gstreamer Specify source revision separately Disable ethernet over usb on SMARC-sAMX6i Change-Id: Ic14fccc65d7d30c8400f8fc09bf127fef187bc86
Diffstat (limited to 'recipes')
-rw-r--r--recipes/libgsystem/libgsystem.bb4
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
27inherit autotools pkgconfig 27inherit autotools pkgconfig
28 28
29SRC_URI = "gitsm://github.com/GNOME/libgsystem.git;tag=v2015.2;protocol=git" 29SRC_URI = "gitsm://github.com/GNOME/libgsystem.git;protocol=git"
30SRCREV = "86c24c181ec6c3ec334a39145efc022c3e744929"
31
30S = "${WORKDIR}/git" 32S = "${WORKDIR}/git"
31 33
32DEPENDS = "glib-2.0 attr libcap" 34DEPENDS = "glib-2.0 attr libcap"