diff options
author | alwin@zeckescompany.nl <alwin@zeckescompany.nl> | 2005-03-11 21:07:56 +0000 |
---|---|---|
committer | alwin@zeckescompany.nl <alwin@zeckescompany.nl> | 2005-03-11 21:07:56 +0000 |
commit | 6f3456774eeb819e7ec4942b3a35df9c0b12c37a (patch) | |
tree | 4f04eeddc040fe08a2f0a2c4ecbbf700064b3e9c /packages/libetpan/libetpan_0.36.bb | |
parent | 243e93c1e6d78c34ed7ee5338adf6a4b06daf13b (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into zeckescompany.nl:/home/ral/progs/Zaurus/oe/openembedded
2005/03/11 22:07:26+01:00 zeckescompany.nl!alwin
try to get libetpan gnutls ready.
It doesn't work this moment on ARM platforms so openssl is default
BKrev: 423208acRY3QQy8e70AUIRKk4c-zNg
Diffstat (limited to 'packages/libetpan/libetpan_0.36.bb')
-rw-r--r-- | packages/libetpan/libetpan_0.36.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/libetpan/libetpan_0.36.bb b/packages/libetpan/libetpan_0.36.bb index 4ec2be81bd..1a6c989d5a 100644 --- a/packages/libetpan/libetpan_0.36.bb +++ b/packages/libetpan/libetpan_0.36.bb @@ -3,13 +3,14 @@ SMTP, POP, IMAP and NNTP" SECTION = "libs" DEPENDS = "openssl" PV = "0.36" -PR = "r1" +PR = "r3" S = "${WORKDIR}/libetpan" TAG="rel-0-36" LICENSE = "BSD" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/libetpan;tag=${TAG};module=libetpan \ file://etpan_configure.patch;patch=1 \ - file://reentrant.patch;patch=1 " + file://reentrant.patch;patch=1 \ + file://gnutls.patch;patch=1 " inherit autotools pkgconfig gettext |