summaryrefslogtreecommitdiff
path: root/recipes/python/python-urlgrabber-native_3.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-urlgrabber-native_3.1.0.bb')
0 files changed, 0 insertions, 0 deletions
8-10-15 15:27:49 +0200'>2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe6 2008-01-07Bashism fix: echo -e is a bashism and doesn't work when /bin/sh points to dashHolger Freyther1 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. 2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1 see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details 2006-08-06packages/*/*.bb: Stop GNUism on cp. -d -> -P, -a -> pPR...Holger Freyther1 Fix GNUism on the usage of cp -d as --no-derefence -> -P --deference -> -L -r -> -R -a same as -dpR -> -PpR