summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/gnutls/gnutls_3.8.0.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.8.0.bb b/meta/recipes-support/gnutls/gnutls_3.8.0.bb
index 7ddd2420bd..e6b9a527a6 100644
--- a/meta/recipes-support/gnutls/gnutls_3.8.0.bb
+++ b/meta/recipes-support/gnutls/gnutls_3.8.0.bb
@@ -40,10 +40,10 @@ PACKAGECONFIG[libtasn1] = "--with-included-libtasn1=no,--with-included-libtasn1,
40PACKAGECONFIG[p11-kit] = "--with-p11-kit,--without-p11-kit,p11-kit" 40PACKAGECONFIG[p11-kit] = "--with-p11-kit,--without-p11-kit,p11-kit"
41PACKAGECONFIG[tpm] = "--with-tpm,--without-tpm,trousers" 41PACKAGECONFIG[tpm] = "--with-tpm,--without-tpm,trousers"
42PACKAGECONFIG[fips] = "--enable-fips140-mode --with-libdl-prefix=${STAGING_BASELIBDIR}" 42PACKAGECONFIG[fips] = "--enable-fips140-mode --with-libdl-prefix=${STAGING_BASELIBDIR}"
43PACKAGECONFIG[dane] = "--enable-libdane,--disable-libdane,unbound"
43 44
44EXTRA_OECONF = " \ 45EXTRA_OECONF = " \
45 --enable-doc \ 46 --enable-doc \
46 --disable-libdane \
47 --disable-rpath \ 47 --disable-rpath \
48 --enable-openssl-compatibility \ 48 --enable-openssl-compatibility \
49 --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \ 49 --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \
@@ -73,9 +73,11 @@ do_compile:append() {
73 oe_runmake ${PARALLEL_MAKE} -C tests buildtest-TESTS 73 oe_runmake ${PARALLEL_MAKE} -C tests buildtest-TESTS
74} 74}
75 75
76PACKAGES =+ "${PN}-openssl ${PN}-xx ${PN}-fips" 76PACKAGES =+ "${PN}-dane ${PN}-openssl ${PN}-xx ${PN}-fips"
77 77
78FILES:${PN}-dev += "${bindir}/gnutls-cli-debug" 78FILES:${PN}-dev += "${bindir}/gnutls-cli-debug"
79
80FILES:${PN}-dane = "${libdir}/libgnutls-dane.so.*"
79FILES:${PN}-openssl = "${libdir}/libgnutls-openssl.so.*" 81FILES:${PN}-openssl = "${libdir}/libgnutls-openssl.so.*"
80FILES:${PN}-xx = "${libdir}/libgnutlsxx.so.*" 82FILES:${PN}-xx = "${libdir}/libgnutlsxx.so.*"
81FILES:${PN}-fips = "${bindir}/fipshmac" 83FILES:${PN}-fips = "${bindir}/fipshmac"