summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python-numpy
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python-numpy')
-rw-r--r--meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb b/meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb
index 50137895ca..a1133dad41 100644
--- a/meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb
+++ b/meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb
@@ -4,3 +4,7 @@ require python-numpy.inc
4RDEPENDS_${PN}_class-target_append = " \ 4RDEPENDS_${PN}_class-target_append = " \
5 ${PYTHON_PN}-subprocess \ 5 ${PYTHON_PN}-subprocess \
6" 6"
7
8do_install_append(){
9 rm ${D}/${bindir}/f2py
10}