diff mbox series

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

Message ID 20260730102615.16878-1-peter.marko@siemens.com
State Under Review
Headers show
Series [meta-oe] sdbus-c++-libsystemd: add .git to github repository url | expand

Commit Message

Peter Marko July 30, 2026, 10:26 a.m. UTC
From: Peter Marko <peter.marko@siemens.com>

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

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_259.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 \
            "