[meta-oe][wrynose][PATCH] sdbus-c++-libsystemd: add .git to github repository url

Peter Marko <[email protected]> Thu, 30 Jul 2026 12:26:28 +0200
Newsgroups org.openembedded.lists.openembedded-devel
Message-ID <[email protected]>
From: Peter Marko <[email protected]>

This will align it to oe-core systemd recipe.
Download mirror will contain only one repository copy, not two.

Signed-off-by: Peter Marko <[email protected]>
---
 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_259.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_259.5.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_259.5.bb
index 63a7bc7c27..bfefcbc4b3 100644
--- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_259.5.bb
+++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_259.5.bb
@@ -12,7 +12,7 @@ DEPENDS += "gperf-native gettext-native util-linux libcap util-linux python3-jin
 
 SRCREV = "b3d8fc43e9cb531d958c17ef2cd93b374bc14e8a"
 SRCBRANCH = "v259-stable"
-SRC_URI = "git://github.com/systemd/systemd;protocol=https;branch=${SRCBRANCH};tag=v${PV} \
+SRC_URI = "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANCH};tag=v${PV} \
            file://static-libsystemd-pkgconfig.patch \
            "