aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnutls/gnutls_1.6.3.bb
blob: 7a898352378d0da0506faac183ea66ff0d9ce8fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require gnutls.inc

SRC_URI += "\
	file://gnutls-openssl.patch;patch=1 \
	file://gnutls-texinfo-euro.patch;patch=1 \
	file://configure_madness.patch;patch=1 \
	"

# fix wrong dependency
do_configure_prepend() {
    sed -i s,gcrypt,libgcrypt, lib/gnutls.pc.in
}

PR = "r6"