opera hbbtv.
[vuplus_openembedded] / recipes / gnutls / gnutls_1.6.3.bb
1 require gnutls.inc
2
3 SRC_URI += "\
4         file://gnutls-openssl.patch;patch=1 \
5         file://gnutls-texinfo-euro.patch;patch=1 \
6         file://configure_madness.patch;patch=1 \
7         "
8
9 # fix wrong dependency
10 do_configure_prepend() {
11     sed -i s,gcrypt,libgcrypt, lib/gnutls.pc.in
12 }
13
14 PR = "r6"