summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnutls
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/gnutls')
-rw-r--r--meta/recipes-support/gnutls/gnutls_3.8.0.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.8.0.bb b/meta/recipes-support/gnutls/gnutls_3.8.0.bb
index 0758eb15a9..eef004efa5 100644
--- a/meta/recipes-support/gnutls/gnutls_3.8.0.bb
+++ b/meta/recipes-support/gnutls/gnutls_3.8.0.bb
@@ -66,6 +66,10 @@ do_configure:prepend() {
66 done 66 done
67} 67}
68 68
69do_compile_ptest() {
70 oe_runmake -C tests buildtest-TESTS
71}
72
69do_install:append:class-target() { 73do_install:append:class-target() {
70 if ${@bb.utils.contains('PACKAGECONFIG', 'fips', 'true', 'false', d)}; then 74 if ${@bb.utils.contains('PACKAGECONFIG', 'fips', 'true', 'false', d)}; then
71 install -d ${D}${bindir}/bin 75 install -d ${D}${bindir}/bin
@@ -73,10 +77,6 @@ do_install:append:class-target() {
73 fi 77 fi
74} 78}
75 79
76do_compile:append() {
77 oe_runmake ${PARALLEL_MAKE} -C tests buildtest-TESTS
78}
79
80PACKAGES =+ "${PN}-dane ${PN}-openssl ${PN}-xx ${PN}-fips" 80PACKAGES =+ "${PN}-dane ${PN}-openssl ${PN}-xx ${PN}-fips"
81 81
82FILES:${PN}-dev += "${bindir}/gnutls-cli-debug" 82FILES:${PN}-dev += "${bindir}/gnutls-cli-debug"