diff mbox series

[meta-oe,scarthgap,17/27] smarty: fix SRC_URI branch

Message ID 20251109160020.2522353-17-skandigraun@gmail.com
State New
Headers show
Series [meta-oe,scarthgap,01/27] pyxdg: update SRC_URI | expand

Commit Message

Gyorgy Sarvari Nov. 9, 2025, 4 p.m. UTC
The previous, support/4.3 branch is now called support/4.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 meta-oe/recipes-support/smarty/smarty_4.4.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/smarty/smarty_4.4.1.bb b/meta-oe/recipes-support/smarty/smarty_4.4.1.bb
index 1caa4cd1bb..2f29cf00c0 100644
--- a/meta-oe/recipes-support/smarty/smarty_4.4.1.bb
+++ b/meta-oe/recipes-support/smarty/smarty_4.4.1.bb
@@ -7,7 +7,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=2c0f216b2120ffc367e20f2b56df51b3"
 
 DEPENDS += "php"
 
-SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=support/4.3"
+SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=support/4"
 
 SRCREV = "f4152e9b814ae2369b6e4935c05e1e0c3654318d"