summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-02-27 18:13:15 +0800
committerKhem Raj <raj.khem@gmail.com>2026-03-02 19:25:56 -0800
commit513dcb0d0820f85e5bab12f97d6f4f748075eab5 (patch)
tree643dafeb5f770bd742042122cb0fbaf799732596
parent23d4ba6b96833ce3305a47d63657ae7b46101dd3 (diff)
downloadmeta-openembedded-513dcb0d0820f85e5bab12f97d6f4f748075eab5.tar.gz
smarty: upgrade 5.7.0 -> 5.8.0
Changelog: ============= - Document missing inline implementation. Fixed #1152 - Fix static analysis warnings for isDot() and remove deprecated APC support - Support for Laravel Collections style object chaining - Regex matches operator - Add support for Backed Enums Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/smarty/smarty_5.8.0.bb (renamed from meta-oe/recipes-support/smarty/smarty_5.7.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/smarty/smarty_5.7.0.bb b/meta-oe/recipes-support/smarty/smarty_5.8.0.bb
index 1d21c7eedf..89fe828ab5 100644
--- a/meta-oe/recipes-support/smarty/smarty_5.7.0.bb
+++ b/meta-oe/recipes-support/smarty/smarty_5.8.0.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2c0f216b2120ffc367e20f2b56df51b3"
12 12
13SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master;tag=v${PV}" 13SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master;tag=v${PV}"
14 14
15SRCREV = "73da7e90f302175a570662fcb0ba41f57b7a92ab" 15SRCREV = "78d259d3b971c59a0cd719c270cc5cbb740c36a7"
16 16
17 17
18INHIBIT_DEFAULT_DEPS = "1" 18INHIBIT_DEFAULT_DEPS = "1"