diff options
Diffstat (limited to 'meta-bigendian/recipes-devtools/python/python-numpy_1.7.0.bbappend')
-rw-r--r-- | meta-bigendian/recipes-devtools/python/python-numpy_1.7.0.bbappend | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-bigendian/recipes-devtools/python/python-numpy_1.7.0.bbappend b/meta-bigendian/recipes-devtools/python/python-numpy_1.7.0.bbappend new file mode 100644 index 0000000..aa9df9a --- /dev/null +++ b/meta-bigendian/recipes-devtools/python/python-numpy_1.7.0.bbappend | |||
@@ -0,0 +1,8 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | SRC_URI += " ${CONFIGFILESURI} " | ||
4 | |||
5 | CONFIGFILESURI_armeb = " \ | ||
6 | file://config.h \ | ||
7 | file://numpyconfig.h \ | ||
8 | " | ||