From 0e84218840732e335f07a845d8821e25e5c38d8b Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Mon, 12 Jan 2015 19:47:27 +0200 Subject: [PATCH] WeTek.Play/options: build: depend on mkimage/u-boot-tools --- projects/WeTek.Play/options | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/WeTek.Play/options b/projects/WeTek.Play/options index ccededac29..52549b5db7 100644 --- a/projects/WeTek.Play/options +++ b/projects/WeTek.Play/options @@ -156,3 +156,7 @@ # build and install 'FishBMC' Visualization (yes / no) KODI_VIS_FISHBMC="no" + + # extra build dependeices + EXTRA_DEPS="mkimage" + EXTRA_DEPS_PKG="u-boot-tools"