Age | Commit message (Collapse) | Author | Files |
|
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.
|
|
* noexecstack and gnuinline patch were merged upstream
* configure patch was refreshed
|
|
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>
|
|
|
|
* thanks to koen for spotting my previous glitch
* taking extra care this time to spot "the other odd man out", too
|
|
|
|
|
|
* seems to work
* add patches 02_noexec-stack.diff and 03_gnu89-inline.diff from debian
* add mpf_set_str_c.diff from the gmp-website
|
|
the gmp home page which ensure the gmpn_add_nc and gmpn_sub_nc
functions are included when they are required. Closes #1605.
|
|
|
|
library cannot be used. See bug #1605.
|
|
|
|
versions
Set none as CPU to force GMP to not use 'optimized' assembly which
does not compile with apple gcc (MacIntel).
Messing with TARGET_SYS etc. messes with CFLAGS, PATH as well. We do
not need to care for the CFLAGS for now, but we need to mess with the
PATH.
|
|
Use require for the BitBake files within packages. In contrast
to the conf files the authors of these files expected these files
to be included.
|
|
28f020502e7dcf566733f474864c62156895baec, 7de90a055904c4af8890dd5ae8c192bfd41b3fa1
|
|
|
|
|
|
-Apply patch from #118 coursety gerwinin to fix compilation
of gmp on more modern compilers (e.g. gcc4)
|
|
|
|
|
|
into bitbake.utwente.nl:/home/koen/OE/openembedded
2005/06/24 14:00:28-07:00 amd.com!jcrouse
Add x86_64 fix for bad opcode message
BKrev: 42bd1100fItJP4rz7_5jOVChgGeiDA
|
|
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/06/04 20:24:09+01:00 reciva.com!pb
add gmp-native, needed by gcc 4.0.0 f95
2005/06/04 20:18:17+01:00 reciva.com!pb
move hostname.sh a bit earlier in the boot order, so it runs before networking
2005/06/04 20:06:07+01:00 reciva.com!pb
set ALLOW_EMPTY for kernel-image
BKrev: 42a20398qt2Wd6KD6RthCSJg2TTGyA
|
|
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
|