git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7a9cf5
)
edje: disable program cache as it uses a fair bit of ram
author
Carsten Haitzler (Raster
<raster@rasterman.com>
Thu, 30 Oct 2008 03:11:08 +0000
(14:11 +1100)
committer
Stefan Schmidt
<stefan@datenfreihafen.org>
Thu, 13 Nov 2008 23:11:05 +0000
(23:11 +0000)
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.
packages/efl1/edje_svn.bb
patch
|
blob
|
history
diff --git
a/packages/efl1/edje_svn.bb
b/packages/efl1/edje_svn.bb
index
17c8f91
..
5cbeec9
100644
(file)
--- 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"