summaryrefslogtreecommitdiff
path: root/packages/pwlib/.mtn2git_empty
AgeCommit message (Expand)AuthorFiles
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe1
2006-05-31pwlib - Initial addRaymond Danks1
p 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>
    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>
mtn2git: remove .mtn2git_empty files in non-empty directories 2008-10-15T13:27:49+00:00 Jan Luebbe jluebbe@debian.org 2008-10-15T13:26:10+00:00 869ba9e1fb2237b75560feed13545a35f3c3569d

Bashism fix: echo -e is a bashism and doesn't work when /bin/sh points to dash 2008-01-07T18:25:55+00:00 Holger Freyther zecke@selfish.org 2008-01-07T18:25:55+00:00 484aec6e78dd9624f20779130565d1774d5b9e9f Instead of using "echo -e" we simply use printf. printf doesn't add a newline by default. So some places needed an extra \n in their string. Most of the change was done by hand, so please carefully review. This bug was spotted when trying to compile python-pyqt on my ubuntu hardy system.
    Instead of using "echo -e" we simply use printf. printf doesn't add a newline
    by default. So some places needed an extra \n in their string.
    Most of the change was done by hand, so please carefully review. This bug was
    spotted when trying to compile python-pyqt on my ubuntu hardy system.
Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them. 2006-10-10T10:26:16+00:00 Koen Kooi koen@openembedded.org 2006-10-10T10:26:16+00:00 7814da98a7630811db9fc24db9ae3c81588ca113 see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
packages/*/*.bb: Stop GNUism on cp. -d -> -P, -a -> pPR... 2006-08-06T15:58:51+00:00 Holger Freyther zecke@selfish.org 2006-08-06T15:58:51+00:00 690e9e12869eb453929481ec5f999bff1e36c9b3 Fix GNUism on the usage of cp -d as --no-derefence -> -P --deference -> -L -r -> -R -a same as -dpR -> -PpR
    Fix GNUism on the usage of cp
    -d as --no-derefence -> -P
    --deference          -> -L
    -r                   -> -R
    -a same as -dpR      -> -PpR