aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-10-15 20:06:53 -0700
committerChris Larson <chris_larson@mentor.com>2010-10-21 20:28:50 -0700
commitcaa6067f7faf33200681c75843ce2e059cb1c0b4 (patch)
tree334e6f6ab9b6dea945d192cb73afda3b30dd218f /recipes/python
parente84f4995e257e0505fb73432cbd2a9f53cdf074b (diff)
downloadopenembedded-caa6067f7faf33200681c75843ce2e059cb1c0b4.tar.gz
Various fixes for cp argument portability
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-pygobject_2.20.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python-pygobject_2.20.0.bb b/recipes/python/python-pygobject_2.20.0.bb
index adc17e7663..61327cc3c0 100644
--- a/recipes/python/python-pygobject_2.20.0.bb
+++ b/recipes/python/python-pygobject_2.20.0.bb
@@ -27,7 +27,7 @@ do_configure_prepend() {
do_install_append() {
install -d ${D}${datadir}/pygobject/
- cp -dpfR docs/* ${D}${datadir}/pygobject/
+ cp -PpRfR docs/* ${D}${datadir}/pygobject/
install -d ${D}${datadir}/gtk-doc/html/pygobject/
cp docs/style.css ${D}${datadir}/gtk-doc/html/pygobject/
}