summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-04-22 16:49:20 +0800
committerKhem Raj <raj.khem@gmail.com>2025-04-23 19:35:08 -0700
commitae8b11e0ed2e171a52ed462574db6df3d180e05e (patch)
tree66ad591ebd2b4c19673f7a358dd2dcffe8d90cae /meta-oe/recipes-support
parentfdfcda56b5f5e450ee7264d006c0588424cbb675 (diff)
downloadmeta-openembedded-ae8b11e0ed2e171a52ed462574db6df3d180e05e.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/smarty/smarty_5.4.5.bb (renamed from meta-oe/recipes-support/smarty/smarty_5.4.3.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/smarty/smarty_5.4.3.bb b/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"
10LICENSE = "GPL-3.0-only" 10LICENSE = "GPL-3.0-only"
11LIC_FILES_CHKSUM = "file://LICENSE;md5=2c0f216b2120ffc367e20f2b56df51b3" 11LIC_FILES_CHKSUM = "file://LICENSE;md5=2c0f216b2120ffc367e20f2b56df51b3"
12 12
13SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master" 13SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master;tag=v${PV}"
14 14
15SRCREV = "c6bff5795081ca5e60aabda59fb87daa511acd1e" 15SRCREV = "e26f82d02c4d18fc82094c28fbc65f711e39ed5d"
16 16
17S = "${UNPACKDIR}/git" 17S = "${UNPACKDIR}/git"
18 18