[oe] [oe-commits] org.oe.dev New package for libesmtp 1.0.4

Michael 'Mickey' Lauer mickey at tm.informatik.uni-frankfurt.de
Mon Aug 28 22:43:28 UTC 2006


This change is a regression, because
in my last work on that package I improved order of metadata
and improved do_stage()

Please revert or merge with my changes.

> ============================================================
> --- packages/libesmtp/libesmtp_1.0.4.bb	a66c0aa742de78a2ef3f0458ad61a60381f333b4
> +++ packages/libesmtp/libesmtp_1.0.4.bb	0243fd8ce99928a9eea0b2ec18e5a9a4f83be352
> @@ -1,19 +1,22 @@
> +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 or PostFix."
> -LICENSE = "GPL"
> -SECTION = "libs/network"
> -DEPENDS = "openssl"
> -PR = "r1"
> +preconfigured Mail Transport Agent (MTA) such as Exim."
> +FILES_libesmtp_append = " ${libdir}/esmtp-plugins"
>  
>  SRC_URI = "http://www.stafford.uklinux.net/libesmtp/libesmtp-${PV}.tar.bz2"
>  
> -inherit autotools binconfig
> +inherit autotools 
>  
>  EXTRA_OECONF = "--disable-isoc --with-openssl=${STAGING_LIBDIR}/.."
>  
> -do_stage() {
> -	autotools_stage_all
> +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}
>  }
> -
> -FILES_libesmtp_append = " ${libdir}/esmtp-plugins"
> 
> 
> 
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits
-- 
Regards,

Michael 'Mickey' Lauer | FreeLancer | http://www.Vanille-Media.de






More information about the Openembedded-devel mailing list