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>
|
|
|
|
* Use variables instead of hard coded directory paths
* Rework DEPENDS and RDEPENDS
|
|
|
|
* provides a script to be installed in /usr/bin that wraps gpe-package
launching in gpe-su
* patches the gpe-package makefile to install gpe-package in /usr/sbin
and strips the setuid bit (and execute bits from group and other).
* removes the postinst script that added the setuid bit.
|
|
|
|
|