aboutsummaryrefslogtreecommitdiffstats
path: root/libetpan
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-07-16 00:23:55 +0000
committerChris Larson <clarson@kergoth.com>2004-07-16 00:23:55 +0000
commit9e81977e32a71482d4b6cc238e2834ac89d58b2d (patch)
tree04b794b7ce151fac51c8972ac250de7ff3271c09 /libetpan
parentf8c3628247378b1ce86312101f23e33c0a2b4c95 (diff)
downloadopenembedded-9e81977e32a71482d4b6cc238e2834ac89d58b2d.tar.gz
Make libetpan obey DESTDIR.
BKrev: 40f7201bKdFRvQ-uyfseM7vJbh1V7g
Diffstat (limited to 'libetpan')
-rw-r--r--libetpan/libetpan-0.33pre/destdir.patch0
-rw-r--r--libetpan/libetpan_0.33pre.oe14
2 files changed, 5 insertions, 9 deletions
diff --git a/libetpan/libetpan-0.33pre/destdir.patch b/libetpan/libetpan-0.33pre/destdir.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/libetpan/libetpan-0.33pre/destdir.patch
diff --git a/libetpan/libetpan_0.33pre.oe b/libetpan/libetpan_0.33pre.oe
index a7e6803591..fed69afe9d 100644
--- a/libetpan/libetpan_0.33pre.oe
+++ b/libetpan/libetpan_0.33pre.oe
@@ -12,17 +12,13 @@ SRC_URI = "http://www.alwins-world.de/oe/libetpan-${PV}.tar.bz2 \
file://config_iconv.patch;patch=1 \
file://includedir.patch;patch=1;pnum=0 \
file://pkgconfig.patch;patch=1 \
- file://gcc34.patch;patch=1"
+ file://gcc34.patch;patch=1 \
+ file://destdir.patch;patch=1"
inherit autotools pkgconfig
-EXTRA_OECONF = "--with-openssl=${STAGING_LIBDIR}/.. --disable-db --prefix=${TARGET_DIR}"
+EXTRA_OECONF = "--with-openssl=${STAGING_LIBDIR}/.. --disable-db"
-do_stage() {
- oe_runmake install includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} bindir=${STAGING_BINDIR}
+do_stage () {
+ oe_runmake install includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} bindir=${STAGING_BINDIR}
}
-
-do_install() {
- oe_runmake install includedir=${D}/${includedir} libdir=${D}/${libdir} bindir=${D}/${bindir}
-}
-