mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
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>
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user