aboutsummaryrefslogtreecommitdiffstats
path: root/packages/efl/ecore.inc
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2006-01-14 05:49:09 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-14 05:49:09 +0000
commit15089be4e934cc16b5f2553875118f7a54874dc8 (patch)
treebc5405a42a1fd74ded295392804a3f2b8a5fe60d /packages/efl/ecore.inc
parente523c03092fc6cfeda92b045a4d188b328267930 (diff)
downloadopenembedded-15089be4e934cc16b5f2553875118f7a54874dc8.tar.gz
efl, e17: update to newest versions, add CVS versions for all
- switch to thinktux CVS mirror - move from CVS/SRCDATE to date parameter in cvs URI - entrance and e-wm currently fail compiling
Diffstat (limited to 'packages/efl/ecore.inc')
-rw-r--r--packages/efl/ecore.inc10
1 files changed, 6 insertions, 4 deletions
diff --git a/packages/efl/ecore.inc b/packages/efl/ecore.inc
index ffc9df6b92..59d1af6cb3 100644
--- a/packages/efl/ecore.inc
+++ b/packages/efl/ecore.inc
@@ -12,7 +12,7 @@ inherit efl
SRC_URI = "http://enlightenment.freedesktop.org/files/ecore-${PV}.tar.gz \
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"
+ cvs://anonymous@thinktux.net/root;module=e17/libs/ecore/m4;date=20050926"
S = "${WORKDIR}/ecore-${PV}"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ecore"
@@ -24,9 +24,11 @@ headers = ""
parts = "<override me>"
do_configure_prepend() {
- install -d "${S}/m4"
- install "${WORKDIR}/m4/"*.m4 "${S}/m4"
- aclocal -I m4
+ if [ -e "${WORKDIR}/m4" ]; then
+ install -d "${S}/m4"
+ install "${WORKDIR}/m4/"*.m4 "${S}/m4"
+ aclocal -I m4
+ fi
}
do_stage_append() {