summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-06-19 07:16:23 +0000
committerRoss Burton <ross@openedhand.com>2008-06-19 07:16:23 +0000
commit0f31e7dbd2ae827905c4bee0c90253b73a152309 (patch)
treed2e34143e2bc6ce4e8e391d680bf4d31e9cc5ba9 /meta
parenta9151d421e8f0ee5f6291a36473a23fd5e6cf6b1 (diff)
downloadopenembedded-core-contrib-0f31e7dbd2ae827905c4bee0c90253b73a152309.tar.gz
gst-plugins-base: pass -f to rm to avoid failure if reconfiguring
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4703 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/gstreamer/gst-plugins-base_0.10.17.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-base_0.10.17.bb b/meta/packages/gstreamer/gst-plugins-base_0.10.17.bb
index 013562233f..2cb7d68f11 100644
--- a/meta/packages/gstreamer/gst-plugins-base_0.10.17.bb
+++ b/meta/packages/gstreamer/gst-plugins-base_0.10.17.bb
@@ -8,5 +8,5 @@ EXTRA_OECONF += "--disable-freetypetest --disable-pango --disable-theora"
do_configure_prepend() {
# This m4 file contains nastiness which conflicts with libtool 2.2.2
- rm ${S}/m4/lib-link.m4
+ rm -f ${S}/m4/lib-link.m4
}