aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-29 12:33:34 -0400
committerArmin Kuster <akuster808@gmail.com>2018-11-15 13:18:50 -0800
commit8682616242b9514a3f553413d43bb656aab21998 (patch)
tree9c77bfa6181b6016efac555cbb5b5a7f19e4f7c3
parentabd6b5dfac340e4f7778de2d1cbc566780011744 (diff)
downloadmeta-openembedded-8682616242b9514a3f553413d43bb656aab21998.tar.gz
dbus-broker: fetch submodules too
dbus-broker depends on a number of submodules. Make sure to recursively fetch those as well. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-core/dbus/dbus-broker_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/dbus/dbus-broker_git.bb b/meta-oe/recipes-core/dbus/dbus-broker_git.bb
index ac2c50063e..ac0f325a4d 100644
--- a/meta-oe/recipes-core/dbus/dbus-broker_git.bb
+++ b/meta-oe/recipes-core/dbus/dbus-broker_git.bb
@@ -11,7 +11,7 @@ DEPENDS = "dbus glib-2.0 expat"
PV = "16+git${SRCPV}"
SRCREV = "fc874afa0992d0c75ec25acb43d344679f0ee7d2"
-SRC_URI = "git://github.com/bus1/dbus-broker;protocol=git"
+SRC_URI = "gitsm://github.com/bus1/dbus-broker;protocol=git"
S = "${WORKDIR}/git"