diff options
| author | Ross Burton <ross.burton@intel.com> | 2014-12-11 11:07:55 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-19 18:07:58 +0000 |
| commit | 8a4e32dd22ab8b3ff775201246a0b0c9a8ba67fb (patch) | |
| tree | 1b7598c57c696c85dcb6f492e277502cd3caa899 | |
| parent | 0a791e91e55d30b328ddbd90fdb0d5911c388b96 (diff) | |
| download | poky-8a4e32dd22ab8b3ff775201246a0b0c9a8ba67fb.tar.gz | |
gst-plugins: remove spurious whitespace
(From OE-Core rev: b59087df33f1a4367d728447edafe09a25058200)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins.inc b/meta/recipes-multimedia/gstreamer/gst-plugins.inc index 26976092d6..c852c53fa9 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gst-plugins.inc | |||
| @@ -19,10 +19,10 @@ require gst-plugins-package.inc | |||
| 19 | PACKAGES_DYNAMIC += "^${PN}-.*" | 19 | PACKAGES_DYNAMIC += "^${PN}-.*" |
| 20 | 20 | ||
| 21 | # apply gstreamer hack after Makefile.in.in in source is replaced by our version from | 21 | # apply gstreamer hack after Makefile.in.in in source is replaced by our version from |
| 22 | # ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in, but before configure is executed | 22 | # ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in, but before configure is executed |
| 23 | # http://lists.linuxtogo.org/pipermail/openembedded-core/2012-November/032233.html | 23 | # http://lists.linuxtogo.org/pipermail/openembedded-core/2012-November/032233.html |
| 24 | oe_runconf_prepend() { | 24 | oe_runconf_prepend() { |
| 25 | if [ -e ${S}/po/Makefile.in.in ]; then | 25 | if [ -e ${S}/po/Makefile.in.in ]; then |
| 26 | sed -i -e "1a\\" -e 'GETTEXT_PACKAGE = @GETTEXT_PACKAGE@' ${S}/po/Makefile.in.in | 26 | sed -i -e "1a\\" -e 'GETTEXT_PACKAGE = @GETTEXT_PACKAGE@' ${S}/po/Makefile.in.in |
| 27 | fi | 27 | fi |
| 28 | } | 28 | } |
