diff options
| author | Andre McCurdy <armccurdy@gmail.com> | 2016-01-21 19:23:37 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-25 12:44:12 +0000 |
| commit | 0c1c93e750913887b0e96c14f1231d30ea18abb2 (patch) | |
| tree | dee1093f1c39228d21cc2a64cb7339b12485a5e8 | |
| parent | be145ad5dc4edfd7dffc74b8970aaafd0eb247f7 (diff) | |
| download | poky-0c1c93e750913887b0e96c14f1231d30ea18abb2.tar.gz | |
gstreamer1.0-plugins.inc: drop obsolete ${S}/po/Makefile.in.in workaround
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
(From OE-Core rev: c719a118c456d1f779e543c089efff968fe7c68b)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 9 |
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 | ||
| 25 | PACKAGES_DYNAMIC = "^${PN}-.*" | 25 | PACKAGES_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 | ||
| 30 | oe_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 | } | ||
