aboutsummaryrefslogtreecommitdiffstats
path: root/libetpan
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-07-16 00:10:59 +0000
committerChris Larson <clarson@kergoth.com>2004-07-16 00:10:59 +0000
commitb70ebf18188e671c863a3ccc1a4a391fcdf637fa (patch)
treede8f4e3571502c911d86735b4d1dc3fa068e64ac /libetpan
parent9b45eec088392a122df1c1dad643b2f3809509a2 (diff)
downloadopenembedded-b70ebf18188e671c863a3ccc1a4a391fcdf637fa.tar.gz
Make libetpan supply libetpan.pc for pkgconfig use.
BKrev: 40f71d13vNe1yPcPLHcO08NiuIu3cQ
Diffstat (limited to 'libetpan')
-rw-r--r--libetpan/libetpan-0.33pre/pkgconfig.patch0
-rw-r--r--libetpan/libetpan_0.33pre.oe7
2 files changed, 4 insertions, 3 deletions
diff --git a/libetpan/libetpan-0.33pre/pkgconfig.patch b/libetpan/libetpan-0.33pre/pkgconfig.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/libetpan/libetpan-0.33pre/pkgconfig.patch
diff --git a/libetpan/libetpan_0.33pre.oe b/libetpan/libetpan_0.33pre.oe
index 5cc6b2a2e8..5d06d7909c 100644
--- a/libetpan/libetpan_0.33pre.oe
+++ b/libetpan/libetpan_0.33pre.oe
@@ -1,19 +1,20 @@
DESCRIPTION = "libetpan is a library for mail server functions"
SECTION = "libs"
DEPENDS = "openssl"
-PR = "r1"
+PR = "r2"
FILES_${PN} = "${libdir}/lib*.so.*"
FILES_${PN}-dev = "${bindir} ${includedir} ${libdir}/lib*.so ${libdir}/*.la \
- ${libdir}/*.a"
+ ${libdir}/*.a ${libdir}/pkgconfig"
SRC_URI = "http://www.alwins-world.de/oe/libetpan-${PV}.tar.bz2 \
file://mailstream_socket.patch;patch=1 \
file://smtptls.patch;patch=1" \
file://config_iconv.patch;patch=1" \
file://includedir.patch;patch=1;pnum=0 \
+ file://pkgconfig.patch;patch=1 \
file://gcc34.patch;patch=1"
-inherit autotools
+inherit autotools pkgconfig
EXTRA_OECONF = "--with-openssl=${STAGING_LIBDIR}/.. --disable-db --prefix=${TARGET_DIR}"