[oe] [PATCH] fix GCC 4.3.3 sources in stable/2009 branch

Koen Kooi k.kooi at student.utwente.nl
Tue Apr 7 17:16:33 UTC 2009


On 07-04-09 18:54, David Huggins-Daines wrote:
> Tom Rini wrote:
>>
>> First, this is fixed in .dev now, by fixing all of the gcc recipes
>> (except for csl ones) to use ${GNU_MIRROR} and updating the checksums
>> file. Second, ftp.gnu.org/gnu is correct as 'pub' is just a symlink to
>> '.'.
> Yeah, actually, after trying to rebuild, I agree. Changing bitbake.conf
> is a very bad idea.
>
> However I still think the changes to the gcc recipes and checksums.ini
> should be merged into the stable branch, otherwise it is not possible to
> build any recent versions of GCC (and in particular, thumb support seems
> not to work properly without using 4.3.3)

Anyone is free to send a patch to this mailinglist to add to stable. 
It's really easy:

Powerbook-3:openembedded koen$ cat contrib/mail-diff.sh
#!/bin/sh

# This script will fetch an 'mbox' patch from patchwork and git am it
# usage: mail-diff.sh <rev>
# example: 'pw-am.sh 3a485444f0dd07fd2315769db3f6f46e3972134e'

PATCHNAME="$(git format-patch -s -1 $1)"
sed -i -e 's:\[PATCH:\[STABLE\]\[PATCH:g' $PATCHNAME
git send-email --from "Koen Kooi <k.kooi at student.utwente.nl>" --to 
openembedded-devel at lists.openembedded.org $PATCHNAME
rm $PATCHNAME

regards,

Koen





More information about the Openembedded-devel mailing list