summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2024-12-12 14:15:19 +0800
committerKhem Raj <raj.khem@gmail.com>2024-12-12 06:53:58 -0800
commit5abd56e9aa0a0a8c655136da7b65e1f6e76ec48e (patch)
tree2dcd527fe7250ade96613516da4c7a02e916fa87
parent9d1ce629ab4997deaf5800731f483deb574ed3c9 (diff)
downloadmeta-openembedded-5abd56e9aa0a0a8c655136da7b65e1f6e76ec48e.tar.gz
smarty: update 4.4.1 -> 4.5.5
Changelog: =========== - Add PHP 8.4 support to Smarty - Fixed that using count() would trigger a deprecation notice. - Fixed argument must be passed by reference error introduced in v4.5.1 - Using PHP functions and static class methods in expressions now also triggers a deprecation notice Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/smarty/smarty_4.5.5.bb (renamed from meta-oe/recipes-support/smarty/smarty_4.4.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/smarty/smarty_4.4.1.bb b/meta-oe/recipes-support/smarty/smarty_4.5.5.bb
index e0979bb5aa..e8a63a74a7 100644
--- a/meta-oe/recipes-support/smarty/smarty_4.4.1.bb
+++ b/meta-oe/recipes-support/smarty/smarty_4.5.5.bb
@@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2c0f216b2120ffc367e20f2b56df51b3"
7 7
8DEPENDS += "php" 8DEPENDS += "php"
9 9
10SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=support/4.3" 10SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=support/4"
11 11
12SRCREV = "f4152e9b814ae2369b6e4935c05e1e0c3654318d" 12SRCREV = "c4851c12e34ff80073ddeb7d98b059d57dea9de2"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15