summaryrefslogtreecommitdiffstats
path: root/package/kodi
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-04-29 10:37:27 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-29 11:36:04 +0200
commite81839aff14f0b61af557c7054318297cbeb7b94 (patch)
treefe3f874a48b5bc4109649f2a9484ae31c507be85 /package/kodi
parent1dd318805e500dde7c556dea0d1009d58cde1de1 (diff)
downloadbuildroot-e81839aff14f0b61af557c7054318297cbeb7b94.tar.gz
buildroot-e81839aff14f0b61af557c7054318297cbeb7b94.zip
package/kodi-texturepacker: new host package
Needed for upcoming kodi version bump to 17.1-Krypton which will also switch the kodi build system to CMake. "-std=c++0x" is needed to maintain compatability with host-gcc 4.6. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Thomas: move texturepacker patch from Kodi package, use SPDX license code, minor tweaks.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/kodi')
-rw-r--r--package/kodi/0002-texturepacker.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/package/kodi/0002-texturepacker.patch b/package/kodi/0002-texturepacker.patch
deleted file mode 100644
index 8830b4c646..0000000000
--- a/package/kodi/0002-texturepacker.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Fix host compile
-
-Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
-
-diff -uNr xbmc-656cba5d5c7c5edb166196b48560825b9b1f03fd.org/tools/depends/native/TexturePacker/Makefile xbmc-656cba5d5c7c5edb166196b48560825b9b1f03fd/tools/depends/native/TexturePacker/Makefile
---- xbmc-656cba5d5c7c5edb166196b48560825b9b1f03fd.org/tools/depends/native/TexturePacker/Makefile 2015-01-25 09:00:48.000000000 +0100
-+++ xbmc-656cba5d5c7c5edb166196b48560825b9b1f03fd/tools/depends/native/TexturePacker/Makefile 2015-01-25 13:03:23.606140953 +0100
-@@ -36,7 +36,7 @@
- -rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
- cd $(PLATFORM); cp -a $(SOURCE)/* .
- cd $(PLATFORM); ./autogen.sh
-- cd $(PLATFORM); ./configure --prefix=$(PREFIX) $(EXTRA_CONFIGURE) EXTRA_DEFINES="$(NATIVE_ARCH_DEFINES)"
-+ cd $(PLATFORM); ./configure --prefix=$(PREFIX) EXTRA_DEFINES="$(NATIVE_ARCH_DEFINES)"
-
-
- $(APP): $(PLATFORM)
OpenPOWER on IntegriCloud