diff options
author | ronan@iot.bzh <ronan@iot.bzh> | 2017-04-24 15:16:28 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-04-26 09:57:00 +0000 |
commit | 118df1f34368be06401824a6c5b2bb670e53be81 (patch) | |
tree | 9683a48dd1f342477a0968a186d54c6d5e6e30df /common/recipes-multimedia | |
parent | 187a1ae97a9bf5fd6e3acda38a587d2507c6b88d (diff) |
Fix gstreamer1.0-plugins build
Add missing dependency on gettext-native.
do_patch uses autopoint tool provides by gettext-native.
Bu-AGL: SPEC-551
Change-Id: Ia619753889ee7e99bfeaf14946534fba36d8ef20
Signed-off-by: ronan@iot.bzh <ronan@iot.bzh>
Diffstat (limited to 'common/recipes-multimedia')
-rw-r--r-- | common/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc index 6c8622f..fcf6839 100644 --- a/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc +++ b/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc @@ -80,6 +80,7 @@ autogennoconf() { } do_patch[prefuncs] += "autogennoconf" do_patch[depends] += "autoconf-native:do_populate_sysroot" +do_patch[depends] += "gettext-native:do_populate_sysroot" do_install_prepend() { export GIR_EXTRA_LIBS_PATH="${B}/gst-libs/gst/tag/.libs:${B}/gst-libs/gst/video/.libs:${B}/gst-libs/gst/audio/.libs:${B}/gst-libs/gst/rtp/.libs:${B}/gst-libs/gst/sdp/.libs" |