aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnutls/gnutls_1.6.3.bb
blob: 6b7c24a213e0811b643017a0dd07eed29b953df0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 = "${INC_PR}.0"

do_install_append() {

    install -d ${D}${datadir}/aclocal
    install -m 0644 ${S}/lib/libgnutls.m4 ${D}${datadir}/aclocal/
    install -m 0644 ${S}/libextra/libgnutls-extra.m4 ${D}${datadir}/aclocal/
}