From: Carsten Haitzler (Raster Date: Thu, 30 Oct 2008 03:11:08 +0000 (+1100) Subject: edje: disable program cache as it uses a fair bit of ram X-Git-Tag: Release-2010-05/1~5361 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c337c8981261c197e6b29f1325b18739263d8b76;p=openembedded.git edje: disable program cache as it uses a fair bit of ram disable the program cache as it uses a fair bit of ram and you probably should re-evaluate your usage of edje if you need it for speed. --- diff --git a/packages/efl1/edje_svn.bb b/packages/efl1/edje_svn.bb index 17c8f91024..5cbeec9b37 100644 --- a/packages/efl1/edje_svn.bb +++ b/packages/efl1/edje_svn.bb @@ -6,8 +6,9 @@ PR = "r5" inherit efl -# gain some extra performance at the expense of RAM -EXTRA_OECONF = "--enable-edje-program-cache" +# gain some extra performance at the expense of RAM - generally i'd say bad +# and a possible source of bugs +#EXTRA_OECONF = "--enable-edje-program-cache" PACKAGES =+ "${PN}-utils" RDEPENDS_${PN}-utils = "cpp cpp-symlinks embryo-tests"