diff options
Diffstat (limited to 'meta-oe/recipes-devtools/exprtk/exprtk_git.bb')
-rw-r--r-- | meta-oe/recipes-devtools/exprtk/exprtk_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/exprtk/exprtk_git.bb b/meta-oe/recipes-devtools/exprtk/exprtk_git.bb index 4019f26899..bdaa39b402 100644 --- a/meta-oe/recipes-devtools/exprtk/exprtk_git.bb +++ b/meta-oe/recipes-devtools/exprtk/exprtk_git.bb | |||
@@ -1,13 +1,12 @@ | |||
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 = "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 | ||
10 | S = "${WORKDIR}/git" | ||
11 | 10 | ||
12 | # other packages commonly reference the file directly as "exprtk.hpp" | 11 | # other packages commonly reference the file directly as "exprtk.hpp" |
13 | # create symlink to allow this usage | 12 | # create symlink to allow this usage |