mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
recipes for libetpan and openssl from OE (needed for Claws Mail IMAP and ssl support)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1546 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
16
meta/packages/libetpan/files/honor-oe-lflags.patch
Normal file
16
meta/packages/libetpan/files/honor-oe-lflags.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
#
|
||||
# Signed off by Michael 'Mickey' Lauer <mickey@Vanille.de>
|
||||
#
|
||||
|
||||
--- libetpan-0.46/configure.in~honor-oe-lflags
|
||||
+++ libetpan-0.46/configure.in
|
||||
@@ -361,7 +361,7 @@
|
||||
LDFLAGS="-$flag $LDFLAGS"
|
||||
AC_TRY_LINK([], [pthread_create();],
|
||||
[pthflag=yes; checkpthread=no],
|
||||
- [pthflag=no; LDFLAGS="$OLDCFLAGS"])
|
||||
+ [pthflag=no; LDFLAGS="$OLDFLAGS"])
|
||||
AC_MSG_RESULT($pthflag)
|
||||
fi
|
||||
done
|
||||
23
meta/packages/libetpan/libetpan_0.46.bb
Normal file
23
meta/packages/libetpan/libetpan_0.46.bb
Normal file
@@ -0,0 +1,23 @@
|
||||
DESCRIPTION = "libetpan is a library for communicating with mail and news servers. \
|
||||
It supports the protocols SMTP, POP3, IMAP and NNTP."
|
||||
HOMEPAGE = "http://www.etpan.org"
|
||||
SECTION = "libs"
|
||||
DEPENDS = "gnutls"
|
||||
LICENSE = "BSD"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \
|
||||
file://honor-oe-lflags.patch;patch=1"
|
||||
|
||||
inherit autotools pkgconfig gettext binconfig
|
||||
|
||||
EXTRA_OECONF = "--without-openssl --with-gnutls --disable-db"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
FILES_${PN} = "${libdir}/lib*.so.*"
|
||||
FILES_${PN}-dev = "${bindir} ${includedir} ${libdir}/lib*.so ${libdir}/*.la ${libdir}/*.a ${libdir}/pkgconfig"
|
||||
23
meta/packages/libetpan/libetpan_0.48.bb
Normal file
23
meta/packages/libetpan/libetpan_0.48.bb
Normal file
@@ -0,0 +1,23 @@
|
||||
DESCRIPTION = "libetpan is a library for communicating with mail and news servers. \
|
||||
It supports the protocols SMTP, POP3, IMAP and NNTP."
|
||||
HOMEPAGE = "http://www.etpan.org"
|
||||
SECTION = "libs"
|
||||
DEPENDS = "gnutls"
|
||||
LICENSE = "BSD"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \
|
||||
file://honor-oe-lflags.patch;patch=1"
|
||||
|
||||
inherit autotools pkgconfig gettext binconfig
|
||||
|
||||
EXTRA_OECONF = "--without-openssl --with-gnutls --disable-db"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
FILES_${PN} = "${libdir}/lib*.so.*"
|
||||
FILES_${PN}-dev = "${bindir} ${includedir} ${libdir}/lib*.so ${libdir}/*.la ${libdir}/*.a ${libdir}/pkgconfig"
|
||||
Reference in New Issue
Block a user