summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/python/python-numpy/arm
ModeNameSize
-rw-r--r--config.h559logplain
-rw-r--r--numpyconfig.h468logplain
0-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe3 2008-09-16kdepimpi/pwmpi: bump to 2.2.10Junqian Gordon Xu5 # drop to gcc4 patches that went upstream 2008-08-23kdepimpi: add $PN to PACKAGES definitionRolf Leggewie5 2008-02-21kdepimpi: consolidate kphonepi and ktimetrackerpi into kdepimpi directory.Rolf Leggewie2 2008-02-21kdepimpi: I at least found a place to report the patches to now.Rolf Leggewie8 * in case anybody ever revives the kdepimpi project, they have our patches 2008-02-21kdepimpi: drop superseeded versions that weren't really meant for commit.Rolf Leggewie2 2008-02-21kdepimpi: not sending patches for kdepimpi-x11 upstream since it has been ↵Rolf Leggewie5 abandoned. 2008-02-21kdepimpi: commit hrw's kdepimpi X11 version. Yet untested. Closes 371.Rolf Leggewie11 2008-01-25divers: add debug package for 85 files with hardcoded PACKAGES definition. ↵Rolf Leggewie1 Partly fixes 2471. 2008-01-25divers: remove lines of the form "PACKAGES = ${PN}" from 63 filesRolf Leggewie1 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.