summaryrefslogtreecommitdiff
path: root/packages/liboil
AgeCommit message (Collapse)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther2
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther2
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe3
2008-09-25liboil: fix arm vfp stuffHenning Heinold2
* the only for vfp is in liboil/arm/math_vfp.c and math_vfp_asm.S it is only triggered when __VFP_FP__ is defined, which I belief is set when gcc is called with -mfpu=vfp * so removing the whole VFP_CLFAGS stuff from configure.ac because our cpu tune options does this fine for us * bump PR
2008-09-24liboil: fix compilation for armv4 and softfloatHenning Heinold3
* add patch with softfloat configure option from cacao * do the same in the recipe * bump PR
2008-09-20liboil: add 0.3.15Koen Kooi1
2008-05-27liboil: add 0.3.14, disabled by default since the configure script will ↵Koen Kooi1
generate vfp code for _all_ arm cores, with no way to disable it
2007-11-22liboil: fix bug 3090Henning Heinold1
* liboil DEPENDS on "glib-2.0" * it is no uclibc bug * bump PR to 2
2007-11-20packages/liboil/liboil_0.3.11.bb : Correctly detect if the powerpc target ↵Stelios Koroneos3
has fpu
2007-03-30liboil: upgrade to .11 to avoid sigill on arm, closes #2067Manuel Teira1
2006-12-29liboil: add 0.3.10Koen Kooi1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-05-23liboil: update to 0.3.9Koen Kooi1
2006-03-18liboil: inherit pkgconfigFelix Domke1
2006-01-04liboill 0.3.6: add do_stage, which will hopefully not get dissapprovedKoen Kooi1
2006-01-04liboil: add 0.3.6, liboil is a library of simple functions that are ↵Koen Kooi2
optimized for various CPUs.