Make libetpan supply libetpan.pc for pkgconfig use.
authorChris Larson <clarson@kergoth.com>
Fri, 16 Jul 2004 00:10:59 +0000 (00:10 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 16 Jul 2004 00:10:59 +0000 (00:10 +0000)
BKrev: 40f71d13vNe1yPcPLHcO08NiuIu3cQ

libetpan/libetpan-0.33pre/pkgconfig.patch [new file with mode: 0644]
libetpan/libetpan_0.33pre.oe

diff --git a/libetpan/libetpan-0.33pre/pkgconfig.patch b/libetpan/libetpan-0.33pre/pkgconfig.patch
new file mode 100644 (file)
index 0000000..e69de29
index 5cc6b2a..5d06d79 100644 (file)
@@ -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}"