aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-29 16:23:15 +0000
committerChris Larson <clarson@kergoth.com>2004-05-29 16:23:15 +0000
commit57805d1d4e115d1901fa432d0dcb49807a38233b (patch)
treec6ebb69a1eee286ebda03f72ce0b34986579df76
parent939ac29a9f2981f28ed4abf0182ece8b7b17ed9f (diff)
downloadopenembedded-57805d1d4e115d1901fa432d0dcb49807a38233b.tar.gz
Make ecore install ecore-config, Fix the edje build, and update the evoak
build to get as close as we possibly can to successfully building. BKrev: 40b8b8f3_Z5jrJ0n2J99t2DrXK_udA
-rw-r--r--ecore/ecore_cvs.oe7
-rw-r--r--edje/edje_cvs.oe31
-rw-r--r--evoak/evoak_0.0.1.oe (renamed from evoak/evoak_cvs.oe)0
3 files changed, 37 insertions, 1 deletions
diff --git a/ecore/ecore_cvs.oe b/ecore/ecore_cvs.oe
index ce1072d700..a210200bf9 100644
--- a/ecore/ecore_cvs.oe
+++ b/ecore/ecore_cvs.oe
@@ -24,7 +24,7 @@ EXTRA_OECONF = "--enable-ecore-fb --enable-ecore-job \
--disable-ecore-x --enable-ecore-config \
--disable-openssl"
-parts = "Ecore Ecore_Job \
+parts = "Ecore Ecore_Job Ecore_X \
Ecore_Txt Ecore_Fb Ecore_Con \
Ecore_Ipc Ecore_Evas Ecore_Config"
@@ -36,4 +36,9 @@ do_stage () {
done
install -m 0644 ${S}/src/lib/ecore/Ecore_Data.h ${STAGING_INCDIR}/
install -m 0644 ${S}/ecore.m4 ${STAGING_DATADIR}/aclocal/
+ cat ecore-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}/ecore-config
+ chmod u+x ${STAGING_BINDIR}/ecore-config
}
diff --git a/edje/edje_cvs.oe b/edje/edje_cvs.oe
index e69de29bb2..6534a8696b 100644
--- a/edje/edje_cvs.oe
+++ b/edje/edje_cvs.oe
@@ -0,0 +1,31 @@
+DESCRIPTION = "edje is a complex graphical design & layout library."
+DEPENDS = "freetype evas ecore embryo eet edb"
+SECTION = "libs"
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+PV = "${CVSDATE}"
+
+SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/edje;date=${CVSDATE}"
+S = "${WORKDIR}/edje"
+
+inherit autotools pkgconfig
+
+export EDB_CONFIG = "${STAGING_BINDIR}/edb-config"
+export EET_CONFIG = "${STAGING_BINDIR}/eet-config"
+export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config"
+export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config"
+export ECORE_CONFIG = "${STAGING_BINDIR}/ecore-config"
+export EMBRYO_CONFIG = "${STAGING_BINDIR}/embryo-config"
+
+EXTRA_OECONF = "--disable-edje-cc \
+ --enable-fb-only"
+
+do_stage () {
+ oe_libinstall -C src/lib libedje ${STAGING_LIBDIR}/
+ oe_libinstall -C src/lib libedje_edit ${STAGING_LIBDIR}/
+ install -m 0644 ${S}/src/lib/Edje.h ${STAGING_INCDIR}/
+ cat edje-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}/edje-config
+ chmod u+x ${STAGING_BINDIR}/edje-config
+}
diff --git a/evoak/evoak_cvs.oe b/evoak/evoak_0.0.1.oe
index e69de29bb2..e69de29bb2 100644
--- a/evoak/evoak_cvs.oe
+++ b/evoak/evoak_0.0.1.oe