diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-02-19 23:12:38 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-02-26 08:56:05 +0100 |
| commit | 7f37409e0a7f528df15eef0d44f78ecae0b20f6c (patch) | |
| tree | 0f263dde96288102b85bd22550fe10c666dae92f /meta-efl/recipes-efl/e17/e-wm_svn.bb | |
| parent | 1772d999c27106a9e4e3be5a0893d11261c7e789 (diff) | |
| download | meta-openembedded-7f37409e0a7f528df15eef0d44f78ecae0b20f6c.tar.gz | |
e-wm: fix memory usage with illume causing OOM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/e17/e-wm_svn.bb')
| -rw-r--r-- | meta-efl/recipes-efl/e17/e-wm_svn.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm_svn.bb b/meta-efl/recipes-efl/e17/e-wm_svn.bb index e9319670cd..25aa865b98 100644 --- a/meta-efl/recipes-efl/e17/e-wm_svn.bb +++ b/meta-efl/recipes-efl/e17/e-wm_svn.bb | |||
| @@ -4,7 +4,7 @@ LICENSE = "MIT BSD" | |||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2667a0f4120372ea91f7467cdff4095f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2667a0f4120372ea91f7467cdff4095f" |
| 5 | SRCNAME = "e" | 5 | SRCNAME = "e" |
| 6 | PV = "0.16.999.060+svnr${SRCPV}" | 6 | PV = "0.16.999.060+svnr${SRCPV}" |
| 7 | PR = "r23" | 7 | PR = "r24" |
| 8 | SRCREV = "${EFL_SRCREV}" | 8 | SRCREV = "${EFL_SRCREV}" |
| 9 | 9 | ||
| 10 | inherit e update-alternatives gettext | 10 | inherit e update-alternatives gettext |
| @@ -12,6 +12,7 @@ S = "${WORKDIR}/${SRCNAME}" | |||
| 12 | 12 | ||
| 13 | SRC_URI = "\ | 13 | SRC_URI = "\ |
| 14 | ${E_SVN}/trunk;module=${SRCNAME};proto=http \ | 14 | ${E_SVN}/trunk;module=${SRCNAME};proto=http \ |
| 15 | file://0001-Revert-Illume-Remove-the-popup.-It-s-not-needed-now.patch \ | ||
| 15 | file://enlightenment_start.oe \ | 16 | file://enlightenment_start.oe \ |
| 16 | file://applications.menu \ | 17 | file://applications.menu \ |
| 17 | " | 18 | " |
