aboutsummaryrefslogtreecommitdiffstats
path: root/packages/efl/ecore.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/efl/ecore.inc')
-rw-r--r--packages/efl/ecore.inc11
1 files changed, 10 insertions, 1 deletions
diff --git a/packages/efl/ecore.inc b/packages/efl/ecore.inc
index 441d780a47..ffc9df6b92 100644
--- a/packages/efl/ecore.inc
+++ b/packages/efl/ecore.inc
@@ -10,7 +10,10 @@ PROVIDES += "virtual/ecore"
inherit efl
SRC_URI = "http://enlightenment.freedesktop.org/files/ecore-${PV}.tar.gz \
- file://configure.patch;patch=1"
+ file://configure.patch;patch=1 \
+ file://fix-tslib-configure.patch;patch=1 \
+ cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/ecore/m4;date=20050926"
+
S = "${WORKDIR}/ecore-${PV}"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ecore"
@@ -20,6 +23,12 @@ libraries = ""
headers = ""
parts = "<override me>"
+do_configure_prepend() {
+ install -d "${S}/m4"
+ install "${WORKDIR}/m4/"*.m4 "${S}/m4"
+ aclocal -I m4
+}
+
do_stage_append() {
for p in ${parts}; do
dir=`echo $p|tr A-Z a-z`