aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gstreamer/gst-plugins.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gstreamer/gst-plugins.inc')
-rw-r--r--packages/gstreamer/gst-plugins.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gstreamer/gst-plugins.inc b/packages/gstreamer/gst-plugins.inc
index b65df0547c..7318e65d5a 100644
--- a/packages/gstreamer/gst-plugins.inc
+++ b/packages/gstreamer/gst-plugins.inc
@@ -3,7 +3,7 @@ SECTION = "multimedia"
PRIORITY = "optional"
MAINTAINER = "Felix Domke <tmbinc@openembedded.org>"
DEPENDS = "gstreamer libcdio libmikmod libmad libogg tremor libvorbis libid3tag liboil alsa-lib neon flac"
-PR = "r4"
+PR = "r0"
inherit autotools pkgconfig
@@ -25,6 +25,7 @@ python populate_packages_prepend () {
}
do_configure_prepend() {
+ rm ${S}/common/m4/introspection.m4 || /bin/true
for i in libtool ltoptions ltsugar ltversion lt~obsolete; do
rm ${S}/m4/$i.m4 || /bin/true;
done