diff options
author | Justin Patrin <papercrane@gmail.com> | 2006-02-04 01:49:45 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-04 01:49:45 +0000 |
commit | 77200613aa4a12968f0b793ab5553342b250ce41 (patch) | |
tree | c5b02d2e9d6784ac5eda5509b94d84478b772114 /packages/efl/esmart.inc | |
parent | 0c8f25a194d556d79f64e7df0a47a6254507e36b (diff) |
efl, e17: Update to newer release tarballs
- Removed no-splash patch for e-wm, crash bug seems to be gone
- add "released" entrance
- remove ecore fixes (fixed in release...finally)
- add new configure fix for evas and change configure patch names to use ${PV}
Diffstat (limited to 'packages/efl/esmart.inc')
-rw-r--r-- | packages/efl/esmart.inc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/efl/esmart.inc b/packages/efl/esmart.inc index c93ebc233b..b1b82d5ed1 100644 --- a/packages/efl/esmart.inc +++ b/packages/efl/esmart.inc @@ -6,7 +6,14 @@ PROVIDES += "virtual/esmart" inherit efl SRC_URI = "http://enlightenment.freedesktop.org/files/esmart-${PV}.tar.gz \ - file://compile-fix.patch;patch=1" + cvs://anonymous@thinktux.net/root;module=e17/libs/esmart/m4;date=20060101" + +do_configure_prepend() { + install -d "${S}/m4" + install "${WORKDIR}/m4/"*.m4 "${S}/m4" + aclocal -I m4 +} + S = "${WORKDIR}/esmart-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/esmart" |