diff options
author | Justin Patrin <papercrane@gmail.com> | 2007-06-01 06:53:48 +0000 |
---|---|---|
committer | Justin Patrin <papercrane@gmail.com> | 2007-06-01 06:53:48 +0000 |
commit | ffc3fe8a8f1a5de133366a7df62afac2f59dd4a2 (patch) | |
tree | efca909710bcca66f40aec9c6e8d846b8aaa6852 /packages/efl/evas.inc | |
parent | e7eac725feb98cf2c47783cd481af35ce21bf39b (diff) |
efl, e17: update to latest versions, entrance has been heavily patched and seems to have some issues so I left the old version as the default
Diffstat (limited to 'packages/efl/evas.inc')
-rw-r--r-- | packages/efl/evas.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/efl/evas.inc b/packages/efl/evas.inc index 5e34bb3014..f708200071 100644 --- a/packages/efl/evas.inc +++ b/packages/efl/evas.inc @@ -13,8 +13,8 @@ export FREETYPE_CONFIG = "${STAGING_BINDIR_CROSS}/freetype-config" SRC_URI = "http://enlightenment.freedesktop.org/files/evas-${PV}.tar.gz \ file://fix-configure.patch;patch=1 \ - file://pagesize.patch;patch=1 \ ${E_CVS};module=e17/libs/evas/m4;date=20060101" +# file://pagesize.patch;patch=1 \ S = "${WORKDIR}/evas-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/evas" |