From 0a05f58fd3914bd919df8e1cc0c0e784944ec224 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Tue, 23 Dec 2014 18:46:37 +0100 Subject: [PATCH] package/kodi: Enable install to STAGING_DIR, needed for audioencoder addons Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- package/kodi/kodi.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk index cd1f2fb54c..8a52433e51 100644 --- a/package/kodi/kodi.mk +++ b/package/kodi/kodi.mk @@ -8,6 +8,8 @@ KODI_VERSION = 14.0-Helix KODI_SITE = $(call github,xbmc,xbmc,$(KODI_VERSION)) KODI_LICENSE = GPLv2 KODI_LICENSE_FILES = LICENSE.GPL +# needed for audioencoder addons +KODI_INSTALL_STAGING = YES # Kodi needs host-sdl_image (and therefore host-sdl) for a host tools it builds # called TexturePacker. It is responsible to take all the images used in the # GUI and pack them in a blob. -- 2.30.2