[oe-commits] [meta-openembedded] 28/29: dbus-broker: fetch submodules too

git at git.openembedded.org git at git.openembedded.org
Thu Nov 1 17:27:49 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 9789c505075e16b8d14cfe5b98e37b9f60eb23e0
Author: Brad Bishop <bradleyb at fuzziesquirrel.com>
AuthorDate: Mon Oct 29 12:33:34 2018 -0400

    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 at fuzziesquirrel.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-core/dbus/dbus-broker_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-core/dbus/dbus-broker_git.bb b/meta-oe/recipes-core/dbus/dbus-broker_git.bb
index ac2c500..ac0f325 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list