[Buildroot] [git commit] package/kodi: Enable install to STAGING_DIR, needed for audioencoder addons

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Dec 27 18:58:29 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=0a05f58fd3914bd919df8e1cc0c0e784944ec224
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/kodi/kodi.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk
index cd1f2fb..8a52433 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.


More information about the buildroot mailing list