aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/imlib2_svn.bb
AgeCommit message (Collapse)Author
2010-07-06imlib2_svn.bb: Don't use host /usr/X11R6/include and /usr/X11R6/lib.Graham Gower
Fixes the following problem, where host asm cannot build for target. ccache mipsel-angstrom-linux-gcc -march=mips32 -DHAVE_CONFIG_H -I. -I../.. -I../lib -I../../src/lib -DPACKAGE_DATA_DIR=\"/usr/share/imlib2\" -I/home/grg/oe2/tmp/sysroots/mipsel-angstrom-linux/usr/include/freetype2 -I/home/grg/oe2/tmp/sysroots/mipsel-angstrom-linux/usr/include -I/usr/X11R6/include -isystem/home/grg/oe2/tmp/sysroots/mipsel-angstrom-linux/usr/include -std=gnu99 -isystem/home/grg/oe2/tmp/sysroots/mipsel-angstrom-linux/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb3 -MT imlib2_view.o -MD -MP -MF .deps/imlib2_view.Tpo -c -o imlib2_view.o imlib2_view.c imlib2_view.c: In function 'main': imlib2_view.c:296: error: can't find a register in class 'COP3_REGS' while reloading 'asm' imlib2_view.c:296: error: 'asm' operand has impossible constraints Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-22imlib2: install imlib2-config script into sysrootVladimir Zapolskiy
This change adds installation of imlib2-config script, which is required by packages dependent on imlib2 for successful pass of configuration stage. Signed-off-by: Vladimir Zapolskiy <vzapolskiy@gmail.com> Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-04-02EFL: move SRCREVs from sane-srcrevs.inc to efl/e17 recipesMartin Jansa
* Or we can move them to e.bbclass, python-efl.inc instead. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-17svn recipes: change +svnr${SRCREV} +svnr${SRCPV}Martin Jansa
* Just formal change * No need to bump PE or PR Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>