Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
authoralwin@zeckescompany.nl <alwin@zeckescompany.nl>
Thu, 10 Mar 2005 13:44:13 +0000 (13:44 +0000)
committeralwin@zeckescompany.nl <alwin@zeckescompany.nl>
Thu, 10 Mar 2005 13:44:13 +0000 (13:44 +0000)
into zeckescompany.nl:/home/ral/progs/Zaurus/oe/openembedded

2005/03/10 14:43:46+01:00 zeckescompany.nl!alwin
fixed a link problem

BKrev: 42304f2d7fo4mHSjnmtS3aF3H-s9tg

packages/libetpan/libetpan-0.36/reentrant.patch [new file with mode: 0644]
packages/libetpan/libetpan_0.36.bb

diff --git a/packages/libetpan/libetpan-0.36/reentrant.patch b/packages/libetpan/libetpan-0.36/reentrant.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..4ec2be8 100644 (file)
@@ -0,0 +1,23 @@
+DESCRIPTION = "libetpan is a library for communicating with mail and news servers using \
+SMTP, POP, IMAP and NNTP"
+SECTION = "libs"
+DEPENDS = "openssl"
+PV = "0.36"
+PR = "r1"
+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 "
+
+inherit autotools pkgconfig gettext
+
+EXTRA_OECONF = "--with-openssl=${STAGING_LIBDIR}/.. --disable-db --disable-threads"
+
+do_stage () {
+       oe_runmake install includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} bindir=${STAGING_BINDIR}
+}
+
+FILES_${PN} = "${libdir}/lib*.so.*"
+FILES_${PN}-dev = "${bindir} ${includedir} ${libdir}/lib*.so ${libdir}/*.la ${libdir}/*.a ${libdir}/pkgconfig"