[oe-commits] Michael Kurz : libesmtp_1.0.4.bb: fix the installed but not shipped in any package warning.

git version control git at git.openembedded.org
Fri Sep 24 13:17:08 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2abf3e05017199e4350ec2816173d1ca0e6fe135
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2abf3e05017199e4350ec2816173d1ca0e6fe135

Author: Michael Kurz <betheg at bitcloner.org>
Date:   Mon Aug 23 02:59:18 2010 +0000

libesmtp_1.0.4.bb: fix the installed but not shipped in any package warning.

* add esmtp-plugins/*.la to -dev package
  * add esmtp-plugins/*.a to -static package
  * move libesmtp-config to the -dev package

Signed-off-by: Michael Kurz <betheg at bitcloner.org>
Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 recipes/libesmtp/libesmtp_1.0.4.bb |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/recipes/libesmtp/libesmtp_1.0.4.bb b/recipes/libesmtp/libesmtp_1.0.4.bb
index 72b678b..870a1ae 100644
--- a/recipes/libesmtp/libesmtp_1.0.4.bb
+++ b/recipes/libesmtp/libesmtp_1.0.4.bb
@@ -4,7 +4,7 @@ preconfigured Mail Transport Agent (MTA) such as Exim or PostFix."
 LICENSE = "GPL"
 SECTION = "libs/network"
 DEPENDS = "openssl"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://www.stafford.uklinux.net/libesmtp/libesmtp-${PV}.tar.bz2"
 
@@ -12,7 +12,10 @@ inherit autotools binconfig
 
 EXTRA_OECONF = "--disable-isoc --with-openssl=${STAGING_LIBDIR}/.."
 
-FILES_libesmtp_append = " ${libdir}/esmtp-plugins/*.so"
+FILES_${PN} = "${libdir}/lib*${SOLIBS} \
+		${libdir}/esmtp-plugins/*${SOLIBSDEV}"
+FILES_${PN}-dev  += "${libdir}/esmtp-plugins/*.la"
+FILES_${PN}-static += "${libdir}/esmtp-plugins/*.a"
 FILES_${PN}-dbg += "${libdir}/esmtp-plugins/.debug/"
 
 SRC_URI[md5sum] = "8b4e8a794adc46268f0c6a0b3fb79486"





More information about the Openembedded-commits mailing list