Age | Commit message (Collapse) | Author | Files |
|
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>
|
|
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.
|
|
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>
|
|
|
|
(albeit by convoluting this recipe even more...)
|
|
|
|
This patch includes patches from Atmel's AVR32 buildroot 2.1.0.
In fact, that's pretty much all it is.
|
|
|
|
|
|
|
|
|
|
angstrom
Without that patch the Angstrom uclibc EABI build fails. Patch was taken
from the buildroot of uclibc.
|
|
|
|
|
|
|
|
|
|
|
|
a more useable state. In particular none of the socket related calls
could be traced - strace would just get in a loop. Now fixed. This
change has no effect for non sh targets.
|
|
|
|
|
|
and 841f6095e2634754c040515b151d9b5e84e3dcb8
|
|
using find . -name '*.inc' -print0 | xargs -0r sed -i 's/LICENSE = GPL/LICENSE = "GPL"/'
|
|
|
|
|
|
BKrev: 42c15da2B2JCqibOp9Y9cCgLBtBOmA
|
|
BKrev: 42c14bb75Bpe_YvwHSEb3-yvHBwqZw
|
|
BKrev: 424d6655lWghnJdMblOeGHBG1nCTmA
|
|
into mnz66.mn-solutions.de:/usr/src/oe/p
2005/02/16 15:15:41+01:00 mn-solutions.de!schurig
new upstream version
BKrev: 421355a7HwRkA4IoiZ5F-l7QKtnyVg
|
|
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
|