Age | Commit message (Collapse) | Author | Files |
|
|
|
git-svn-id: https://svn.o-hand.com/repos/poky@4748 311d38ba-8fff-0310-9ca6-ca027cbcb966
|
|
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>
|
|
It makes final dpkg scripts point to
#!/usr/bin/perl
instead of unexistent (at running time)
#!.../tmp/staging/i686-linux/bin/perl
|
|
built. Ignore unknown fields in control files making deb builds quieter.
|
|
poky rev 696: "Add dpkg, modified from upstream oe."
poky rev 728: "Sync up.. all the deb/dpkg changes which I have locally are now in svn."
poky rev 843: "enable noman.patch to avoid building man directory (results in significant speedup)"
poky rev 844: "move noman.patch inclusion from dpkg.inc to dpkg_1.13.22.bb"
|
|
|