vdr: fix dependency for libintl
[openembedded.git] / recipes / gnutls / gnutls_1.6.3.bb
blob7a898352378d0da0506faac183ea66ff0d9ce8fd
1 require gnutls.inc
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 \
9 # fix wrong dependency
10 do_configure_prepend() {
11 sed -i s,gcrypt,libgcrypt, lib/gnutls.pc.in
14 PR = "r6"