From ae8b11e0ed2e171a52ed462574db6df3d180e05e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 22 Apr 2025 16:49:20 +0800 Subject: [PATCH] smarty: update 5.4.3 -> 5.4.5 Changelog: ============ - Update StringEval.php - Fix syntax error occurring when registering a function plugin - Replace SMARTY_VERSION constant with $smarty.version in debug.tpl Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../smarty/{smarty_5.4.3.bb => smarty_5.4.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/smarty/{smarty_5.4.3.bb => smarty_5.4.5.bb} (93%) diff --git a/meta-oe/recipes-support/smarty/smarty_5.4.3.bb b/meta-oe/recipes-support/smarty/smarty_5.4.5.bb similarity index 93% rename from meta-oe/recipes-support/smarty/smarty_5.4.3.bb rename to meta-oe/recipes-support/smarty/smarty_5.4.5.bb index 30a274e6c8..7072641d45 100644 --- a/meta-oe/recipes-support/smarty/smarty_5.4.3.bb +++ b/meta-oe/recipes-support/smarty/smarty_5.4.5.bb @@ -10,9 +10,9 @@ BUGTRACKER = "https://github.com/smarty-php/smarty/issues" LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=2c0f216b2120ffc367e20f2b56df51b3" -SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master" +SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master;tag=v${PV}" -SRCREV = "c6bff5795081ca5e60aabda59fb87daa511acd1e" +SRCREV = "e26f82d02c4d18fc82094c28fbc65f711e39ed5d" S = "${UNPACKDIR}/git"