summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
index fd0d8bd413..6ea911e011 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
@@ -23,12 +23,3 @@ EXTRA_OECONF = " \
23" 23"
24 24
25PACKAGES_DYNAMIC = "^${PN}-.*" 25PACKAGES_DYNAMIC = "^${PN}-.*"
26
27# apply gstreamer hack after Makefile.in.in in source is replaced by our version from
28# ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in, but before configure is executed
29# http://lists.linuxtogo.org/pipermail/openembedded-core/2012-November/032233.html
30oe_runconf_prepend() {
31 if [ -e ${S}/po/Makefile.in.in ]; then
32 sed -i -e "1a\\" -e 'GETTEXT_PACKAGE = @GETTEXT_PACKAGE@' ${S}/po/Makefile.in.in
33 fi
34}