summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-08-21 22:55:16 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-08-25 15:41:39 +0200
commit377d10577bb47dbe5da5799646f2a05c36739547 (patch)
tree018072043db09aefa2d7ec449fd63ce1c6fe2464
parent38d098402e620366d87699a7894d2e7918989156 (diff)
downloadbuildroot-377d10577bb47dbe5da5799646f2a05c36739547.tar.gz
buildroot-377d10577bb47dbe5da5799646f2a05c36739547.zip
mediastreamer: add dependency on host-vim
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>
-rw-r--r--package/mediastreamer/mediastreamer.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/mediastreamer/mediastreamer.mk b/package/mediastreamer/mediastreamer.mk
index 44d9e97461..1276cfae10 100644
--- a/package/mediastreamer/mediastreamer.mk
+++ b/package/mediastreamer/mediastreamer.mk
@@ -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 = GPL-2.0+
OpenPOWER on IntegriCloud