summaryrefslogtreecommitdiff
path: root/edb
diff options
context:
space:
mode:
Diffstat (limited to 'edb')
-rw-r--r--edb/edb-native_cvs.oe5
-rw-r--r--edb/edb_cvs.oe7
2 files changed, 4 insertions, 8 deletions
diff --git a/edb/edb-native_cvs.oe b/edb/edb-native_cvs.oe
index e5899d41b1..bf6dde0ca5 100644
--- a/edb/edb-native_cvs.oe
+++ b/edb/edb-native_cvs.oe
@@ -3,6 +3,7 @@ inherit native
DEPENDS = "zlib-native"
do_stage () {
- oe_libinstall -C src libedb ${libdir}/
- install -m 0755 tools/.libs/edb_ed ${bindir}/
+ install -m 0755 tools/.libs/edb_ed ${STAGING_BINDIR}
+ oe_libinstall -C src libedb ${STAGING_LIBDIR}/
+ install -m 0644 ${S}/src/Edb.h ${STAGING_INCDIR}/
}
diff --git a/edb/edb_cvs.oe b/edb/edb_cvs.oe
index b75218db78..4a6adaa9bb 100644
--- a/edb/edb_cvs.oe
+++ b/edb/edb_cvs.oe
@@ -8,7 +8,7 @@ PV = "${CVSDATE}"
SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/edb"
S = "${WORKDIR}/edb"
-inherit autotools pkgconfig
+inherit autotools pkgconfig binconfig
EXTRA_OECONF = "--disable-gtk \
--disable-ncurses"
@@ -16,9 +16,4 @@ EXTRA_OECONF = "--disable-gtk \
do_stage () {
oe_libinstall -C src libedb ${STAGING_LIBDIR}/
install -m 0644 ${S}/src/Edb.h ${STAGING_INCDIR}/
- cat edb-config | sed -e 's,/usr/include,${STAGING_INCDIR},g; \
- s,/usr/lib,${STAGING_LIBDIR},g; \
- s,/usr/bin,${STAGING_BINDIR},g; \
- s,/usr,${STAGING_LIBDIR}/..,g;' > ${STAGING_BINDIR}/edb-config
- chmod u+x ${STAGING_BINDIR}/edb-config
}