summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnkur Tyagi <ankur.tyagi85@gmail.com>2025-11-19 08:20:09 +1300
committerKhem Raj <raj.khem@gmail.com>2025-11-18 11:39:15 -0800
commit1cc18a2a6265a99f333393c47759c2f8762d9d86 (patch)
treee26c28499d75044b80b4932ccd3dd4def3f20d8a
parentceadb83fcf18134b40b36cddcacbc8192ea68f82 (diff)
downloadmeta-openembedded-1cc18a2a6265a99f333393c47759c2f8762d9d86.tar.gz
smarty: upgrade 5.4.5 -> 5.6.0
Changelog: https://github.com/smarty-php/smarty/blob/v5.6.0/CHANGELOG.md Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/smarty/smarty_5.6.0.bb (renamed from meta-oe/recipes-support/smarty/smarty_5.4.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/smarty/smarty_5.4.5.bb b/meta-oe/recipes-support/smarty/smarty_5.6.0.bb
index 7f99b9b5d7..88afc55c15 100644
--- a/meta-oe/recipes-support/smarty/smarty_5.4.5.bb
+++ b/meta-oe/recipes-support/smarty/smarty_5.6.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 = "e26f82d02c4d18fc82094c28fbc65f711e39ed5d" 15SRCREV = "1fc41e385da8a27a87bec5914392ab662a7bb8ec"
16 16
17 17
18INHIBIT_DEFAULT_DEPS = "1" 18INHIBIT_DEFAULT_DEPS = "1"