diff options
author | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:46:13 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:46:13 +0200 |
commit | 8d89651ef729e560ad96dcfc002fcde6ff7f923b (patch) | |
tree | eb5be01c25f735d12fe9881ee6327c9b7e8bbe39 /meta-bigendian/recipes-devtools/python/python-numpy_1.7.0.bbappend | |
download | meta-linaro-dizzy-enea.tar.gz |
initial commit for Enea Linux 5.0 armdizzy-enea
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
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 | " | ||