Age | Commit message (Collapse) | Author | Files |
|
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>
|
|
|
|
|
|
during locale generation
|
|
* Consistent with how other versioned native packages called. As discussed
on ML.
|
|
|
|
issue. Add DEPENDS on gcc-native3
|
|
|
|
|
|
|
|
base.bbclass (from Poky)
|
|
and '7c47cd537d8cebaa3111aa836db24534a39b5ed9'
|
|
|
|
as a priority
|
|
|
|
|
|
and 'a61caf645adcb41a0f8ba344818d237040ae0bc9'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
anyway
|
|
|
|
|
|
|
|
* enables compilation of qemu-native with gcc4
* disables gcc version check
* mail has been sent to the list to let everybody know
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
detection code
|
|
|
|
and 'e756d424cb3aac14f24822fd1d4481b5dc2fa8fd'
|
|
|
|
|
|
generation, add version 0.8.2, apply patches to some fixed verisons
|
|
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.
|
|
|
|
|
|
|
|
|
|
bug and enable ARM PL110 RGB colour handling
|