From 1cc18a2a6265a99f333393c47759c2f8762d9d86 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Wed, 19 Nov 2025 08:20:09 +1300 Subject: [PATCH] smarty: upgrade 5.4.5 -> 5.6.0 Changelog: https://github.com/smarty-php/smarty/blob/v5.6.0/CHANGELOG.md Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- .../recipes-support/smarty/{smarty_5.4.5.bb => smarty_5.6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/smarty/{smarty_5.4.5.bb => smarty_5.6.0.bb} (95%) diff --git a/meta-oe/recipes-support/smarty/smarty_5.4.5.bb b/meta-oe/recipes-support/smarty/smarty_5.6.0.bb similarity index 95% rename from meta-oe/recipes-support/smarty/smarty_5.4.5.bb rename to meta-oe/recipes-support/smarty/smarty_5.6.0.bb index 7f99b9b5d7..88afc55c15 100644 --- a/meta-oe/recipes-support/smarty/smarty_5.4.5.bb +++ b/meta-oe/recipes-support/smarty/smarty_5.6.0.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2c0f216b2120ffc367e20f2b56df51b3" SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master;tag=v${PV}" -SRCREV = "e26f82d02c4d18fc82094c28fbc65f711e39ed5d" +SRCREV = "1fc41e385da8a27a87bec5914392ab662a7bb8ec" INHIBIT_DEFAULT_DEPS = "1"