summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb12
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, \
3auditable crypto library written in portable C. It approaches the size of TweetNaCl and the speed of libsodium." 3auditable crypto library written in portable C. It approaches the size of TweetNaCl and the speed of libsodium."
4HOMEPAGE = "https://monocypher.org/" 4HOMEPAGE = "https://monocypher.org/"
5SECTION = "libs" 5SECTION = "libs"
6LICENSE = "BSD-2-Clause" 6LICENSE = "BSD-2-Clause | CC0-1.0"
7LIC_FILES_CHKSUM = "file://LICENCE.md;md5=6a251155d943c8531e01a139f3fc531a" 7LIC_FILES_CHKSUM = "file://LICENCE.md;md5=ff30a1c41dfd9e6fa559a9e45ee98302"
8 8
9SRC_URI = "git://github.com/LoupVaillant/Monocypher.git;protocol=https;branch=master" 9SRC_URI = "https://monocypher.org/download/${BPN}-${PV}.tar.gz"
10SRCREV = "0d85f98c9d9b0227e42cf795cb527dff372b40a4" 10SRC_URI[sha512sum] = "bf275d4c53ff94af6cdc723a4e002e9f080f4d1436c86c76bb37870b34807f1d7b32331d8ff8a1aeb369e946f3769021e03e63efac25b82efc5abf54dc084714"
11 11
12S = "${WORKDIR}/git" 12MIRRORS = "https://.*/.* https://github.com/LoupVaillant/Monocypher/releases/download/${PV}/${BPN}-${PV}.tar.gz "
13
14S = "${WORKDIR}/${BPN}-${PV}"
13 15
14CFLAGS += "-pedantic -Wall -Wextra -O3" 16CFLAGS += "-pedantic -Wall -Wextra -O3"
15EXTRA_OEMAKE = "'PREFIX=${prefix}' 'DESTDIR=${D}' 'CFLAGS=${CFLAGS}' 'LIBDIR=${libdir}'" 17EXTRA_OEMAKE = "'PREFIX=${prefix}' 'DESTDIR=${D}' 'CFLAGS=${CFLAGS}' 'LIBDIR=${libdir}'"