summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/nettle/nettle.inc12
1 files changed, 2 insertions, 10 deletions
diff --git a/meta/recipes-support/nettle/nettle.inc b/meta/recipes-support/nettle/nettle.inc
index ba97ddba15..af51fb6c77 100644
--- a/meta/recipes-support/nettle/nettle.inc
+++ b/meta/recipes-support/nettle/nettle.inc
@@ -2,10 +2,6 @@ SUMMARY = "A low level cryptographic library"
2HOMEPAGE = "http://www.lysator.liu.se/~nisse/nettle/" 2HOMEPAGE = "http://www.lysator.liu.se/~nisse/nettle/"
3SECTION = "libs" 3SECTION = "libs"
4 4
5LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
6 file://serpent-decrypt.c;beginline=53;endline=67;md5=bcfd4745d53ca57f82907089898e390d \
7 file://serpent-set-key.c;beginline=56;endline=70;md5=bcfd4745d53ca57f82907089898e390d"
8
9DEPENDS += "gmp" 5DEPENDS += "gmp"
10 6
11SRC_URI = "http://www.lysator.liu.se/~nisse/archive/${BP}.tar.gz \ 7SRC_URI = "http://www.lysator.liu.se/~nisse/archive/${BP}.tar.gz \
@@ -13,15 +9,12 @@ SRC_URI = "http://www.lysator.liu.se/~nisse/archive/${BP}.tar.gz \
13 file://run-ptest \ 9 file://run-ptest \
14 " 10 "
15 11
16SRC_URI[md5sum] = "003d5147911317931dd453520eb234a5"
17SRC_URI[sha256sum] = "bc71ebd43435537d767799e414fce88e521b7278d48c860651216e1fc6555b40"
18
19UPSTREAM_CHECK_REGEX = "nettle-(?P<pver>\d+(\.\d+)+)\.tar" 12UPSTREAM_CHECK_REGEX = "nettle-(?P<pver>\d+(\.\d+)+)\.tar"
20 13
21EXTRA_OECONF = "--disable-openssl"
22
23inherit autotools ptest 14inherit autotools ptest
24 15
16EXTRA_OECONF = "--disable-openssl"
17
25do_configure_prepend() { 18do_configure_prepend() {
26 if [ ! -e ${S}/acinclude.m4 -a -e ${S}/aclocal.m4 ]; then 19 if [ ! -e ${S}/acinclude.m4 -a -e ${S}/aclocal.m4 ]; then
27 cp ${S}/aclocal.m4 ${S}/acinclude.m4 20 cp ${S}/aclocal.m4 ${S}/acinclude.m4
@@ -41,5 +34,4 @@ do_install_ptest() {
41 install ${B}/testsuite/*-test ${D}${PTEST_PATH}/testsuite/ 34 install ${B}/testsuite/*-test ${D}${PTEST_PATH}/testsuite/
42} 35}
43 36
44
45BBCLASSEXTEND = "native nativesdk" 37BBCLASSEXTEND = "native nativesdk"