[oe] [PATCH] libesmtp_1.0.4.bb: fix the installed but not shipped in any package warning.

Michael Kurz betheg at bitcloner.org
Mon Aug 23 12:59:18 UTC 2010


  * 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>
---
 recipes/libesmtp/libesmtp_1.0.4.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/libesmtp/libesmtp_1.0.4.bb b/recipes/libesmtp/libesmtp_1.0.4.bb
index 72b678b..fb03f86 100644
--- a/recipes/libesmtp/libesmtp_1.0.4.bb
+++ b/recipes/libesmtp/libesmtp_1.0.4.bb
@@ -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"
-- 
1.7.1





More information about the Openembedded-devel mailing list