aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/emacs
AgeCommit message (Collapse)Author
2013-04-15recipes: Unify indentationMartin Jansa
* This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-01-13emacs: add harfbuzz, libicu* to qemu rootMartin Jansa
* fails without: | temacs: error while loading shared libraries: libharfbuzz.so.0: cannot open shared object file: No such file or directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23emacs: fix build with libpng-1.5 from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-22emacs: fix X11DEPENDS and build without x11 enabled at allMartin Jansa
* also added copy for libcroco librsvg is linked to it by default after http://git.openembedded.org/openembedded-core/commit/?id=e177f1475c55c7d0bf3e2752e6502a7e8577a075 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-07emacs: copy only needed stuff to qemu-treedir, not whole sysrootMartin Jansa
* my typical sysroot is huge (5.5G) and only 86M is really needed we can also copy copy whole ${STAGING_DIR_TARGET}/${libdir}/lib*.so.* ${STAGING_DIR_TARGET}/${base_libdir}/l* but that is still quite big (3.2G) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-07emacs: rename TUTORIAL.ko to TUTORIAL.KO so it's not picked by ↵Martin Jansa
package.bbclass for striping * with http://patchwork.openembedded.org/patch/33365/ it's not fatal but still anoying Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-31emacs: drop older version 23.1Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-31emacs: upgrade to 23.4Martin Jansa
* package icons in PN * pass --with-crt-dir option to resolve crt* used from host system Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-31emacs: fix dso buildMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-31emacs: import from meta-smartphoneMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>