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>
|
|
|
|
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
|
|
Fix GNUism on the usage of cp
-d as --no-derefence -> -P
--deference -> -L
-r -> -R
-a same as -dpR -> -PpR
|
|
|
|
packages/qt/qt-x11-free-native:
-update from 3.3.2 to 3.3.5
packages/qt/qt-x11-free:
-update from 3.3.3 to 3.3.5
packages/qte-fonts-common/qte-fonts-common:
-update from 3.3.3 to 3.3.5
packages/uicmoc/uicmoc3-native:
-update from 3.3.2 to 3.3.5
-build not the complete Qt3 but only most parts
-use ${PV} instead of hardcondig version
packages/qmake/qmake-native_1.07:
-update from 3.3.3 to 3.3.5
|
|
files, use a space
|
|
|
|
|
|
into bkbits.net:/repos/n/nslu2-linux/openembedded
2004/12/26 13:08:36+01:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/12/26 13:08:22+01:00 uni-frankfurt.de!mickeyl
bring back qmake 1.07a until opie has catched up with 1.08a
BKrev: 41ceb129j2Bm_Nf-ZthWbF5emSSbOA
|