aboutsummaryrefslogtreecommitdiffstats
path: root/libetpan
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /libetpan
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'libetpan')
-rw-r--r--libetpan/libetpan_0.33pre.oe21
1 files changed, 6 insertions, 15 deletions
diff --git a/libetpan/libetpan_0.33pre.oe b/libetpan/libetpan_0.33pre.oe
index 2a56872d63..09fb6228dc 100644
--- a/libetpan/libetpan_0.33pre.oe
+++ b/libetpan/libetpan_0.33pre.oe
@@ -4,23 +4,14 @@ DEPENDS = "virtual/libc openssl"
RDEPENDS = "libc6 openssl"
PR = "r1"
-SRC_URI := http://www.alwins-world.de/oe/${P}.tar.bz2 \
- file://${FILESDIR}/mailstream_socket.patch;patch=1 \
- file://${FILESDIR}/smtptls.patch;patch=1 \
+SRC_URI = "http://www.alwins-world.de/oe/libetpan-${PV}.tar.bz2 \
+ file://${FILESDIR}/mailstream_socket.patch;patch=1 \
+ file://${FILESDIR}/smtptls.patch;patch=1"
-inherit autotools
+inherit autotools libtool
-do_configure() {
- ./configure --prefix=${STAGING_DIR}/target --with-openssl=${STAGING_DIR}/target --disable-db --host=${HOST_SYS}
-
-}
+EXTRA_OECONF = "--with-openssl=${STAGING_LIBDIR}/.. --disable-db"
do_stage() {
- oe_runmake install
+ oe_soinstall .libs/libetpan.so.1.0.0 ${STAGING_LIBDIR}/
}
-
-do_install() {
- install -d ${D}/${libdir}
- oe_soinstall .libs/libetpan.so.1.0.0 ${D}/${libdir}
-}
-