diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-04-22 16:49:20 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-23 19:35:08 -0700 |
| commit | ae8b11e0ed2e171a52ed462574db6df3d180e05e (patch) | |
| tree | 66ad591ebd2b4c19673f7a358dd2dcffe8d90cae /meta-oe/recipes-support | |
| parent | fdfcda56b5f5e450ee7264d006c0588424cbb675 (diff) | |
| download | meta-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" | |||
| 10 | LICENSE = "GPL-3.0-only" | 10 | LICENSE = "GPL-3.0-only" |
| 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2c0f216b2120ffc367e20f2b56df51b3" | 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2c0f216b2120ffc367e20f2b56df51b3" |
| 12 | 12 | ||
| 13 | SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master" | 13 | SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master;tag=v${PV}" |
| 14 | 14 | ||
| 15 | SRCREV = "c6bff5795081ca5e60aabda59fb87daa511acd1e" | 15 | SRCREV = "e26f82d02c4d18fc82094c28fbc65f711e39ed5d" |
| 16 | 16 | ||
| 17 | S = "${UNPACKDIR}/git" | 17 | S = "${UNPACKDIR}/git" |
| 18 | 18 | ||
