diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-10-20 09:47:18 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-01-12 12:08:33 +0000 |
commit | c778279835acb16c0c2f1e91f989309ab6b9b640 (patch) | |
tree | 41ad8287327798a68a6c0c9e188c926293465c49 /common/recipes-multimedia | |
parent | b276e86eeb9a5056feb71cf4a7233f233e24f95a (diff) |
gstreamer1.0-plugins: add missing dependency on autoconf
Change-Id: Id8160fc3d04adbfbe95ff9535978cde096831ca2
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'common/recipes-multimedia')
-rw-r--r-- | common/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc index 449809b..6c8622f 100644 --- a/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc +++ b/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc @@ -79,7 +79,7 @@ autogennoconf() { ./autogen.sh --noconfigure } do_patch[prefuncs] += "autogennoconf" - +do_patch[depends] += "autoconf-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" |