From: Wang Mingyu <[email protected]> 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 <[email protected]> --- .../smarty/{smarty_4.4.1.bb => smarty_4.5.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/smarty/{smarty_4.4.1.bb => smarty_4.5.5.bb} (93%) diff --git a/meta-oe/recipes-support/smarty/smarty_4.4.1.bb b/meta-oe/recipes-support/smarty/smarty_4.5.5.bb similarity index 93% rename from meta-oe/recipes-support/smarty/smarty_4.4.1.bb rename to 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" 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" +SRCREV = "c4851c12e34ff80073ddeb7d98b059d57dea9de2" S = "${WORKDIR}/git" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#114288): https://lists.openembedded.org/g/openembedded-devel/message/114288 Mute This Topic: https://lists.openembedded.org/mt/110075684/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
