aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/webm
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/webm
parente84f4995e257e0505fb73432cbd2a9f53cdf074b (diff)
downloadopenembedded-caa6067f7faf33200681c75843ce2e059cb1c0b4.tar.gz
Various fixes for cp argument portability
Diffstat (limited to 'recipes/webm')
-rw-r--r--recipes/webm/libvpx_0.9.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/webm/libvpx_0.9.0.bb b/recipes/webm/libvpx_0.9.0.bb
index 3447c6f2c9..bce50a6df9 100644
--- a/recipes/webm/libvpx_0.9.0.bb
+++ b/recipes/webm/libvpx_0.9.0.bb
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "a0096ac6859cfb61cf06dd9bc0a79a3333a4ec389ba311911d84df8ff2
do_install() {
oe_runmake install
install -d ${D}${prefix}
- cp -r ${S}/vpx-vp8-nopost-nodocs*${PV}/* ${D}${prefix}/
+ cp -R ${S}/vpx-vp8-nopost-nodocs*${PV}/* ${D}${prefix}/
install -d ${D}${includedir}/vpx
mv ${D}${includedir}/*.h ${D}${includedir}/vpx
}