]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
mediastreamer: add dependency on host-vim
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 21 Aug 2017 20:55:16 +0000 (22:55 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 6 Sep 2017 10:26:54 +0000 (12:26 +0200)
host-vim is needed to provide the xxd tool, otherwise the build fails
with:

checking for xxd... no
configure: error: "xxd is required (provided by vim package)"

This isn't noticed by the autobuilders, presumably because all of them
have vim installed locally.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(cherry picked from commit 377d10577bb47dbe5da5799646f2a05c36739547)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mediastreamer/mediastreamer.mk

index 1d99d192d65e26719e0cb19b16ddf29d3b6d1124..fa4b163e3408eb65ee08c3702c090ab9a5b06e3c 100644 (file)
@@ -7,7 +7,8 @@
 MEDIASTREAMER_VERSION = 2.14.0
 MEDIASTREAMER_SITE = http://download.savannah.nongnu.org/releases/linphone/mediastreamer
 MEDIASTREAMER_INSTALL_STAGING = YES
-MEDIASTREAMER_DEPENDENCIES = host-intltool host-pkgconf ortp host-gettext
+# host-vim needed for the xxd utility
+MEDIASTREAMER_DEPENDENCIES = host-intltool host-pkgconf ortp host-gettext host-vim
 # tests fail linking on some architectures, so disable them
 MEDIASTREAMER_CONF_OPTS = --disable-tests --disable-glx --disable-strict
 MEDIASTREAMER_LICENSE = GPLv2+