diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-04-22 16:43:55 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-04-22 16:43:55 +0000 |
commit | 2551a41f8e1176ecdf488036e6a36934fe47d6fe (patch) | |
tree | c5bf34be3fc77aaea79fddc4ab5339be15b44718 /packages/gnutls/gnutls_1.6.2.bb | |
parent | 3730b11cd3412d5fd259759890698c9df5b219cb (diff) |
gnutls: update to 1.6.2
Diffstat (limited to 'packages/gnutls/gnutls_1.6.2.bb')
-rw-r--r-- | packages/gnutls/gnutls_1.6.2.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/gnutls/gnutls_1.6.2.bb b/packages/gnutls/gnutls_1.6.2.bb new file mode 100644 index 0000000000..a5fd4bb2d5 --- /dev/null +++ b/packages/gnutls/gnutls_1.6.2.bb @@ -0,0 +1,5 @@ +require gnutls.inc + +do_configure_prepend() { + sed -i "s/2.60/2.59/" ${S}/configure.in +} |