]> code.ossystems Code Review - openembedded-core.git/commitdiff
gstreamer1.0-plugins.inc: drop obsolete ${S}/po/Makefile.in.in workaround
authorAndre McCurdy <armccurdy@gmail.com>
Fri, 22 Jan 2016 03:23:37 +0000 (19:23 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 24 Jan 2016 10:56:58 +0000 (10:56 +0000)
The workaround was originally added to the 0.10.x gst-plugins recipes
in late 2012 [1] and the root cause seems to have been fixed upstream
in late 2013 [2] (ie prior to the 1.4.0 release).

 [1] http://lists.openembedded.org/pipermail/openembedded-core/2012-November/071149.html
 [2] https://bugzilla.gnome.org/show_bug.cgi?id=705455

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc

index fd0d8bd4137988f1de66fcd10937e34068f3f1d3..6ea911e011bcc273ca63eac33221dde4fb3403be 100644 (file)
@@ -23,12 +23,3 @@ EXTRA_OECONF = " \
 "
 
 PACKAGES_DYNAMIC = "^${PN}-.*"
-
-# apply gstreamer hack after Makefile.in.in in source is replaced by our version from
-# ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in, but before configure is executed 
-# http://lists.linuxtogo.org/pipermail/openembedded-core/2012-November/032233.html
-oe_runconf_prepend() {
-       if [ -e ${S}/po/Makefile.in.in ]; then
-               sed -i -e "1a\\" -e 'GETTEXT_PACKAGE = @GETTEXT_PACKAGE@' ${S}/po/Makefile.in.in
-       fi
-}