aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-29 12:33:34 -0400
committerKhem Raj <raj.khem@gmail.com>2018-11-02 10:05:06 -0700
commitfd23b9c95c4abd182b24ad39f7f4634116c6ea10 (patch)
tree93fbf76cc169508fb234c68513b53a7fb1d1e1b7
parent4be3dce466a329e97a9d9dc4a3123a8c329df432 (diff)
downloadmeta-openembedded-contrib-fd23b9c95c4abd182b24ad39f7f4634116c6ea10.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>
-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"