aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kurz <betheg@bitcloner.org>2010-08-23 02:59:18 +0000
committerEric Bénard <eric@eukrea.com>2010-09-24 15:14:39 +0200
commit2abf3e05017199e4350ec2816173d1ca0e6fe135 (patch)
tree04229eb3b727a35915e33a1d145945bad7264594
parent2218504b0413efaf2b1f643a802176eb803a9bf6 (diff)
downloadopenembedded-2abf3e05017199e4350ec2816173d1ca0e6fe135.tar.gz
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@bitcloner.org> Signed-off-by: Eric Bénard <eric@eukrea.com>
-rw-r--r--recipes/libesmtp/libesmtp_1.0.4.bb7
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 72b678b73e..870a1ae0ab 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"