diff options
| author | Arash Partow <partow@gmail.com> | 2024-01-01 00:00:00 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-06 14:53:13 -0800 |
| commit | a90a83ed1c5acb87908095fbe86d2d6437caa6eb (patch) | |
| tree | 187f61972bbd299405a54f9d4064a2aac54d7842 | |
| parent | ef427675a014e989f992ced792d56a23e9c5e4b6 (diff) | |
| download | meta-openembedded-a90a83ed1c5acb87908095fbe86d2d6437caa6eb.tar.gz | |
exprtk: upgrade 0.0.2 -> 0.0.3 release
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/exprtk/exprtk_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/exprtk/exprtk_git.bb b/meta-oe/recipes-devtools/exprtk/exprtk_git.bb index 4019f26899..e578c48cd1 100644 --- a/meta-oe/recipes-devtools/exprtk/exprtk_git.bb +++ b/meta-oe/recipes-devtools/exprtk/exprtk_git.bb | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | SUMMARY = "Expression parser" | 1 | SUMMARY = "Expression parser" |
| 2 | HOMEPAGE = "https://github.com/ArashPartow/exprtk" | 2 | HOMEPAGE = "https://www.partow.net/programming/exprtk/index.html" |
| 3 | SECTION = "libs" | 3 | SECTION = "libs" |
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
| 6 | SRCREV = "f46bffcd6966d38a09023fb37ba9335214c9b959" | 6 | SRCREV = "73c6cf60c06b0c370a4790e7acbdde63472853e8" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/ArashPartow/exprtk.git;branch=release;protocol=https" | 8 | SRC_URI = "git://github.com/ArashPartow/exprtk.git;branch=release;protocol=https" |
| 9 | 9 | ||
