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.
|
|
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>
|
|
|
|
"false" when checking autoconf variables. This prevented you marking
sendfile as broken via the site file.
|
|
currently matches the default so makes no actual difference. However in the
case where you want to run multiple instances of cherokee it makes it clear
how you specify an alternate configuration file.
|
|
libraries (not those that are plugins) into from the main package into the
-dev package since they are not required to run cherokee.
|
|
for cherokee-nossl which is even more broken then before after this change.
|
|
and improves performance a lot. My requirement was for authentication
on the root of the site which was unsupported in earlier releases.
This version patches the configure input files, unlike the previous
version which patched the output files. Tested on i486 and sh4.
|
|
|
|
don't get wiped out during an upgrade.
|
|
boot, so it'll be stopped when removing it etc.
|
|
people don't have spend time trying to find out where it has gone.
Somelse else update the SRC_URI a few days to take into account this
change.
|
|
|
|
|
|
|
|
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.
|
|
|
|
SSL enabled one
|
|
|
|
|
|
- this release works with patches to classes/base.bbclass oe_libinstall
- to install libpcre.la in staging with 'installed=no', otherwise the
- package will fail to compile. The commit does not include the bbclass
- fixes (they require more testing) - to use it hand hack libpcre.la in
- the staging directory.
|