diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-02-11 09:44:13 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-02-11 09:46:44 -0800 |
| commit | a9d994c2fd1311e7e5e970cc57d462c8f5734857 (patch) | |
| tree | 71560bbd1aca6486bac7862abe8df0e6116e9ba4 /meta-oe | |
| parent | e2170ac1d5ed17c3daf8957bd6db56703410786d (diff) | |
| download | meta-openembedded-a9d994c2fd1311e7e5e970cc57d462c8f5734857.tar.gz | |
smarty: Upgrade to 4.1.0
Changes are here [1]
[1] https://github.com/smarty-php/smarty/releases/tag/v4.1.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/smarty/smarty_4.1.0.bb (renamed from meta-oe/recipes-support/smarty/smarty_3.1.39.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/smarty/smarty_3.1.39.bb b/meta-oe/recipes-support/smarty/smarty_4.1.0.bb index c5b09a0c50..85676e4902 100644 --- a/meta-oe/recipes-support/smarty/smarty_3.1.39.bb +++ b/meta-oe/recipes-support/smarty/smarty_4.1.0.bb | |||
| @@ -5,11 +5,11 @@ HOMEPAGE = "https://www.smarty.net/" | |||
| 5 | LICENSE = "GPLv3" | 5 | LICENSE = "GPLv3" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2c0f216b2120ffc367e20f2b56df51b3" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2c0f216b2120ffc367e20f2b56df51b3" |
| 7 | 7 | ||
| 8 | DEPENDS = "php" | 8 | DEPENDS += "php" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;tag=v${PV};branch=master" | 10 | SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master" |
| 11 | 11 | ||
| 12 | FILES:${PN} = "${datadir}/php/smarty3/" | 12 | SRCREV = "9e0536de18b53ba193364291ef0303b0ab9903e1" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| @@ -23,3 +23,4 @@ do_install() { | |||
| 23 | install -d ${D}${datadir}/php/smarty3/libs/sysplugins | 23 | install -d ${D}${datadir}/php/smarty3/libs/sysplugins |
| 24 | install -m 0644 ${S}/libs/sysplugins/*.php ${D}${datadir}/php/smarty3/libs/sysplugins/ | 24 | install -m 0644 ${S}/libs/sysplugins/*.php ${D}${datadir}/php/smarty3/libs/sysplugins/ |
| 25 | } | 25 | } |
| 26 | FILES:${PN} = "${datadir}/php/smarty3/" | ||
