diff options
author | Justin Patrin <papercrane@gmail.com> | 2006-02-13 22:36:42 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-13 22:36:42 +0000 |
commit | f521a517fee40366a45a83388b5ef1d5c08298b7 (patch) | |
tree | 23da4f273c31824565e0e316f130dd4394e4a716 /packages/efl | |
parent | 96911bb2416b57ccd0d01dedadbd95c45fba9f44 (diff) |
ecore, evas: update date for m4 checkouts
Diffstat (limited to 'packages/efl')
-rw-r--r-- | packages/efl/ecore.inc | 2 | ||||
-rw-r--r-- | packages/efl/evas.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/efl/ecore.inc b/packages/efl/ecore.inc index 59d1af6cb3..3e7b5299ea 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@thinktux.net/root;module=e17/libs/ecore/m4;date=20050926" + cvs://anonymous@thinktux.net/root;module=e17/libs/ecore/m4;date=20060101" S = "${WORKDIR}/ecore-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ecore" diff --git a/packages/efl/evas.inc b/packages/efl/evas.inc index a8b4e85f4f..33625e812d 100644 --- a/packages/efl/evas.inc +++ b/packages/efl/evas.inc @@ -13,7 +13,7 @@ export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config${@binconfig_suffix( SRC_URI = "http://enlightenment.freedesktop.org/files/evas-${PV}.tar.gz \ file://fix-configure-${PV}.patch;patch=1 \ - cvs://anonymous@thinktux.net/root;module=e17/libs/evas/m4;date=20050926" + cvs://anonymous@thinktux.net/root;module=e17/libs/evas/m4;date=20060101" S = "${WORKDIR}/evas-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/evas" |