[oe-commits] org.oe.dev libesmtp: correct damage done by previous commit

mickeyl commit openembedded-commits at lists.openembedded.org
Tue Aug 29 09:03:50 UTC 2006


libesmtp: correct damage done by previous commit

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: aa2272bf90f42c5648bd3b21c7395aeb71f025fd
ViewMTN: http://monotone.openembedded.org/revision.psp?id=aa2272bf90f42c5648bd3b21c7395aeb71f025fd
Files:
1
packages/libesmtp/libesmtp_1.0.4.bb
Diffs:

#
# mt diff -rc9c7d03b18f7b587283496fabe8e839a255ff676 -raa2272bf90f42c5648bd3b21c7395aeb71f025fd
#
# 
# 
# patch "packages/libesmtp/libesmtp_1.0.4.bb"
#  from [0243fd8ce99928a9eea0b2ec18e5a9a4f83be352]
#    to [a66c0aa742de78a2ef3f0458ad61a60381f333b4]
# 
============================================================
--- packages/libesmtp/libesmtp_1.0.4.bb	0243fd8ce99928a9eea0b2ec18e5a9a4f83be352
+++ packages/libesmtp/libesmtp_1.0.4.bb	a66c0aa742de78a2ef3f0458ad61a60381f333b4
@@ -1,22 +1,19 @@
-LICENSE = "GPL"
-SECTION = "libs"
-DEPENDS = "openssl"
 DESCRIPTION = "LibESMTP is a library to manage posting \
 (or submission of) electronic mail using SMTP to a \
-preconfigured Mail Transport Agent (MTA) such as Exim."
-FILES_libesmtp_append = " ${libdir}/esmtp-plugins"
+preconfigured Mail Transport Agent (MTA) such as Exim or PostFix."
+LICENSE = "GPL"
+SECTION = "libs/network"
+DEPENDS = "openssl"
+PR = "r1"
 
 SRC_URI = "http://www.stafford.uklinux.net/libesmtp/libesmtp-${PV}.tar.bz2"
 
-inherit autotools 
+inherit autotools binconfig
 
 EXTRA_OECONF = "--disable-isoc --with-openssl=${STAGING_LIBDIR}/.."
 
-do_stage () {
-	oe_libinstall -a -so libesmtp ${STAGING_LIBDIR}
-
-        install -d ${STAGING_INCDIR}
-	install -m 644 auth-client.h ${STAGING_INCDIR}
-	install -m 644 auth-plugin.h ${STAGING_INCDIR}
-	install -m 644 libesmtp.h ${STAGING_INCDIR}
+do_stage() {
+	autotools_stage_all
 }
+
+FILES_libesmtp_append = " ${libdir}/esmtp-plugins"






More information about the Openembedded-commits mailing list