aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-numeric_23.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/python/python-numeric_23.7.bb')
-rw-r--r--packages/python/python-numeric_23.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/python/python-numeric_23.7.bb b/packages/python/python-numeric_23.7.bb
index 2fc0e8873c..e06934ece8 100644
--- a/packages/python/python-numeric_23.7.bb
+++ b/packages/python/python-numeric_23.7.bb
@@ -12,6 +12,6 @@ S = "${WORKDIR}/Numeric-${PV}"
inherit distutils
do_stage() {
- cp -a Include/Numeric ${STAGING_INCDIR}
+ cp -pPR Include/Numeric ${STAGING_INCDIR}
}