diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-10-29 12:33:34 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-11-02 10:05:06 -0700 |
commit | fd23b9c95c4abd182b24ad39f7f4634116c6ea10 (patch) | |
tree | 93fbf76cc169508fb234c68513b53a7fb1d1e1b7 /meta-oe/recipes-core/dbus | |
parent | 4be3dce466a329e97a9d9dc4a3123a8c329df432 (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'meta-oe/recipes-core/dbus')
-rw-r--r-- | meta-oe/recipes-core/dbus/dbus-broker_git.bb | 2 |
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 ac2c50063..ac0f325a4 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" | |||
11 | PV = "16+git${SRCPV}" | 11 | PV = "16+git${SRCPV}" |
12 | SRCREV = "fc874afa0992d0c75ec25acb43d344679f0ee7d2" | 12 | SRCREV = "fc874afa0992d0c75ec25acb43d344679f0ee7d2" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/bus1/dbus-broker;protocol=git" | 14 | SRC_URI = "gitsm://github.com/bus1/dbus-broker;protocol=git" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||