aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/smarty
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/smarty')
-rw-r--r--meta-oe/recipes-support/smarty/smarty_4.4.1.bb (renamed from meta-oe/recipes-support/smarty/smarty_3.1.39.bb)9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/smarty/smarty_3.1.39.bb b/meta-oe/recipes-support/smarty/smarty_4.4.1.bb
index c5b09a0c50..1caa4cd1bb 100644
--- a/meta-oe/recipes-support/smarty/smarty_3.1.39.bb
+++ b/meta-oe/recipes-support/smarty/smarty_4.4.1.bb
@@ -2,14 +2,14 @@ DESCRIPTION = "the compiling PHP template engine"
SECTION = "console/network"
HOMEPAGE = "https://www.smarty.net/"
-LICENSE = "GPLv3"
+LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2c0f216b2120ffc367e20f2b56df51b3"
-DEPENDS = "php"
+DEPENDS += "php"
-SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;tag=v${PV};branch=master"
+SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=support/4.3"
-FILES:${PN} = "${datadir}/php/smarty3/"
+SRCREV = "f4152e9b814ae2369b6e4935c05e1e0c3654318d"
S = "${WORKDIR}/git"
@@ -23,3 +23,4 @@ do_install() {
install -d ${D}${datadir}/php/smarty3/libs/sysplugins
install -m 0644 ${S}/libs/sysplugins/*.php ${D}${datadir}/php/smarty3/libs/sysplugins/
}
+FILES:${PN} = "${datadir}/php/smarty3/"