aboutsummaryrefslogtreecommitdiffstats
path: root/meta-arago-distro/recipes-support/curl/curl_7.32.0.bbappend
blob: b0afced36b70a0ad7634349040a872c60e856142 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Switch curl configuration from GnuTLS to OpenSSL
# per TSU exemption and export control restrictions

DEPENDS := "${@d.getVar('DEPENDS', True).replace('gnutls', '')}"
DEPENDS += "openssl"

EXTRA_OECONF += "\
            --with-ssl \
            --disable-ldap \
            --disable-ares \
            --disable-ipv6 \
            --enable-cookies \
            --enable-dict \
            --enable-file \
            --enable-ftp \
            --enable-http \
            --enable-telnet \
            --enable-tftp \
            "

CURLGNUTLS = "--without-gnutls"

PR_append = "-arago2"