diff options
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins.inc b/meta/recipes-multimedia/gstreamer/gst-plugins.inc index 07b26a3a65..fc9567a3f8 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gst-plugins.inc | |||
@@ -23,5 +23,7 @@ PACKAGES_DYNAMIC += "^${PN}-.*" | |||
23 | # ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in, but before configure is executed | 23 | # ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in, but before configure is executed |
24 | # http://lists.linuxtogo.org/pipermail/openembedded-core/2012-November/032233.html | 24 | # http://lists.linuxtogo.org/pipermail/openembedded-core/2012-November/032233.html |
25 | oe_runconf_prepend() { | 25 | oe_runconf_prepend() { |
26 | sed -i -e "1a\\" -e 'GETTEXT_PACKAGE = @GETTEXT_PACKAGE@' ${S}/po/Makefile.in.in | 26 | if [ -e ${S}/po/Makefile.in.in ]; then |
27 | sed -i -e "1a\\" -e 'GETTEXT_PACKAGE = @GETTEXT_PACKAGE@' ${S}/po/Makefile.in.in | ||
28 | fi | ||
27 | } | 29 | } |