When USE_NLS is disabled globally, OE uses simplified minimal gettext.
But gstreamer1.0-plugins-ti use autopoint from the proper gettext:

| + check for build tools
|   checking for autoconf >= 2.60 ... found 2.69, ok.
|   checking for automake >= 1.10 ... found 1.15.1, ok.
|   checking for autopoint >= 0.17 ... autopoint not found !
| You must have autopoint installed to compile gst-vpe.
| Download the appropriate package for your distribution,
| or get the source tarball at ftp://ftp.gnu.org/pub/gnu/gettext/

Signed-off-by: Denys Dmytriyenko <de...@ti.com>
---
 .../recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ti.inc       | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ti.inc
 
b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ti.inc
index 529306b..2a1fa06 100644
--- 
a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ti.inc
+++ 
b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ti.inc
@@ -1,6 +1,8 @@
 # Include file for common build settings for TI GStreamer plugins
 DEPENDS += "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad 
libdrm libdce"
 
+USE_NLS = "yes"
+
 inherit autotools-brokensep pkgconfig gettext
 
 INC_PR = "r2"
-- 
2.7.4

_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to