diff options
| -rw-r--r-- | meta-networking/recipes-devtools/libcoap/libcoap_4.3.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.0.bb b/meta-networking/recipes-devtools/libcoap/libcoap_4.3.0.bb index aba81d126a..4b467d212f 100644 --- a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.0.bb +++ b/meta-networking/recipes-devtools/libcoap/libcoap_4.3.0.bb | |||
| @@ -23,10 +23,10 @@ PACKAGECONFIG ?= "\ | |||
| 23 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ | 23 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ |
| 24 | " | 24 | " |
| 25 | PACKAGECONFIG[async] = "--enable-async,--disable-async" | 25 | PACKAGECONFIG[async] = "--enable-async,--disable-async" |
| 26 | PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls,,openssl mbedtls" | 26 | PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls,,,openssl mbedtls" |
| 27 | PACKAGECONFIG[manpages] = "--enable-documentation --enable-doxygen --enable-manpages,--disable-documentation,asciidoc-native doxygen-native graphviz-native" | 27 | PACKAGECONFIG[manpages] = "--enable-documentation --enable-doxygen --enable-manpages,--disable-documentation,asciidoc-native doxygen-native graphviz-native" |
| 28 | PACKAGECONFIG[mbedtls] = "--with-mbedtls,--without-mbedtls,mbedtls,,gnutls openssl" | 28 | PACKAGECONFIG[mbedtls] = "--with-mbedtls,--without-mbedtls,mbedtls,,,gnutls openssl" |
| 29 | PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl,,gnutls mbedtls" | 29 | PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl,,,gnutls mbedtls" |
| 30 | PACKAGECONFIG[small-stack] = "--enable-small-stack,--disable-small-stack" | 30 | PACKAGECONFIG[small-stack] = "--enable-small-stack,--disable-small-stack" |
| 31 | PACKAGECONFIG[tcp] = "--enable-tcp,--disable-tcp" | 31 | PACKAGECONFIG[tcp] = "--enable-tcp,--disable-tcp" |
| 32 | PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,cunit" | 32 | PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,cunit" |
