aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer/gst-plugin-gles_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gstreamer/gst-plugin-gles_git.bb')
-rw-r--r--recipes/gstreamer/gst-plugin-gles_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gstreamer/gst-plugin-gles_git.bb b/recipes/gstreamer/gst-plugin-gles_git.bb
index 3ba9fdd5a3..91ed8fab69 100644
--- a/recipes/gstreamer/gst-plugin-gles_git.bb
+++ b/recipes/gstreamer/gst-plugin-gles_git.bb
@@ -28,8 +28,8 @@ inherit autotools pkgconfig
EXTRA_OECONF = " --disable-rpath --disable-tests --disable-examples"
do_configure_prepend () {
- cp -rf ${WORKDIR}/gstreamer-0.10.29/common/* ${S}/common/
- cp -rf ${WORKDIR}/gstreamer-0.10.29/po/* ${S}/po/
+ cp -Rf ${WORKDIR}/gstreamer-0.10.29/common/* ${S}/common/
+ cp -Rf ${WORKDIR}/gstreamer-0.10.29/po/* ${S}/po/
autopoint --force
sed -i -e '/po /d' ${S}/Makefile.am
}