diff options
| author | BELOUARGA Mohamed <m.belouarga@technologyandstrategy.com> | 2024-01-18 00:56:07 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-19 09:51:06 -0800 |
| commit | 205ed387f6e8e7a1124b04b72c999cb1cdeb1505 (patch) | |
| tree | e77f23c75c6f73c831ca3671fede68b61a9d1660 | |
| parent | 9035d014148ea5683eb64c091e83a928ba9ff360 (diff) | |
| download | meta-openembedded-205ed387f6e8e7a1124b04b72c999cb1cdeb1505.tar.gz | |
Monocypher: Correct source URI and license
Monocypher has two recipes and a release tarball in home page and in github
Signed-off-by: BELOUARGA Mohamed <m.belouarga@technologyandstrategy.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb b/meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb index e6380d9a20..813c6ec4c8 100644 --- a/meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb +++ b/meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb | |||
| @@ -3,13 +3,15 @@ DESCRIPTION = "Monocypher is an easy to use, easy to deploy, \ | |||
| 3 | auditable crypto library written in portable C. It approaches the size of TweetNaCl and the speed of libsodium." | 3 | auditable crypto library written in portable C. It approaches the size of TweetNaCl and the speed of libsodium." |
| 4 | HOMEPAGE = "https://monocypher.org/" | 4 | HOMEPAGE = "https://monocypher.org/" |
| 5 | SECTION = "libs" | 5 | SECTION = "libs" |
| 6 | LICENSE = "BSD-2-Clause" | 6 | LICENSE = "BSD-2-Clause | CC0-1.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENCE.md;md5=6a251155d943c8531e01a139f3fc531a" | 7 | LIC_FILES_CHKSUM = "file://LICENCE.md;md5=ff30a1c41dfd9e6fa559a9e45ee98302" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/LoupVaillant/Monocypher.git;protocol=https;branch=master" | 9 | SRC_URI = "https://monocypher.org/download/${BPN}-${PV}.tar.gz" |
| 10 | SRCREV = "0d85f98c9d9b0227e42cf795cb527dff372b40a4" | 10 | SRC_URI[sha512sum] = "bf275d4c53ff94af6cdc723a4e002e9f080f4d1436c86c76bb37870b34807f1d7b32331d8ff8a1aeb369e946f3769021e03e63efac25b82efc5abf54dc084714" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | MIRRORS = "https://.*/.* https://github.com/LoupVaillant/Monocypher/releases/download/${PV}/${BPN}-${PV}.tar.gz " |
| 13 | |||
| 14 | S = "${WORKDIR}/${BPN}-${PV}" | ||
| 13 | 15 | ||
| 14 | CFLAGS += "-pedantic -Wall -Wextra -O3" | 16 | CFLAGS += "-pedantic -Wall -Wextra -O3" |
| 15 | EXTRA_OEMAKE = "'PREFIX=${prefix}' 'DESTDIR=${D}' 'CFLAGS=${CFLAGS}' 'LIBDIR=${libdir}'" | 17 | EXTRA_OEMAKE = "'PREFIX=${prefix}' 'DESTDIR=${D}' 'CFLAGS=${CFLAGS}' 'LIBDIR=${libdir}'" |
