diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-11-19 13:54:14 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 16:59:16 -0800 |
| commit | a7165a0e4805a288a0d9bc5eef881fffe639f131 (patch) | |
| tree | 0a333a9ece37d753be84f7554c3183de8c234818 | |
| parent | 9085346c01e051ddaaefc7dc7d64b05c3c81f260 (diff) | |
| download | meta-openembedded-a7165a0e4805a288a0d9bc5eef881fffe639f131.tar.gz | |
exprtk: Use correct SRCREV pointing to 0.0.3 release
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/exprtk/exprtk_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/exprtk/exprtk_git.bb b/meta-oe/recipes-devtools/exprtk/exprtk_git.bb index e578c48cd1..74a14f4f08 100644 --- a/meta-oe/recipes-devtools/exprtk/exprtk_git.bb +++ b/meta-oe/recipes-devtools/exprtk/exprtk_git.bb | |||
| @@ -3,7 +3,7 @@ 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 = "73c6cf60c06b0c370a4790e7acbdde63472853e8" | 6 | SRCREV = "a4b17d543f072d2e3ba564e4bc5c3a0d2b05c338" |
| 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 | ||
