diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-04-28 20:06:59 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-28 20:06:59 +0000 |
commit | 60d8ca72c7b5370ac01dfd87480d3d661fae0ca2 (patch) | |
tree | f45377fbbde20ca1d2b805c32f296d5cfa6000ca /packages/sylpheed/sylpheed_2.2.4.bb | |
parent | 8f1261f002f8306057017e8e02be78d92dea4ddd (diff) |
sylpheed_2.2.4.bb : Really fix compiling with GnuTLS this time. I had
some openssl shrapnel in staging that gave me false positives. As a
bonus I also had to forward port patches in gnutls.
gnutls_1.3.5.bb : forward ported the openssl patches to this version of
gnutls. This was an outstounding action from bug #725.
Diffstat (limited to 'packages/sylpheed/sylpheed_2.2.4.bb')
-rw-r--r-- | packages/sylpheed/sylpheed_2.2.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sylpheed/sylpheed_2.2.4.bb b/packages/sylpheed/sylpheed_2.2.4.bb index 80ad0b6fe1..315f46ea86 100644 --- a/packages/sylpheed/sylpheed_2.2.4.bb +++ b/packages/sylpheed/sylpheed_2.2.4.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Mail user agent" DEPENDS = "gtk+ gpgme gnutls" MAINTAINER = "Graeme Gregory <dp@xora.org.uk>" LICENSE = "GPL" -PR = "r4" +PR = "r5" SRC_URI = "http://sylpheed.good-day.net/sylpheed/v2.2/sylpheed-${PV}.tar.bz2 \ file://sylpheed-2.2.2-libsylph-Makefile-am.patch;patch=1 \ |