From 77200613aa4a12968f0b793ab5553342b250ce41 Mon Sep 17 00:00:00 2001 From: Justin Patrin Date: Sat, 4 Feb 2006 01:49:45 +0000 Subject: 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} --- packages/efl/esmart.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'packages/efl/esmart.inc') 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" -- cgit v1.2.3