3e05aa6f53
This reverts commit 2ac3045453
.
This commit was part of the Kodi 17 series and was committed too early,
current Kodi 16 is incompatible with this bump and needs to be
reverted, fixes https://bugs.busybox.net/show_bug.cgi?id=9711
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
486 B
Makefile
14 lines
486 B
Makefile
################################################################################
|
|
#
|
|
# libplatform
|
|
#
|
|
################################################################################
|
|
|
|
LIBPLATFORM_VERSION = feafe68e3e0b02c3261aefb3d711863ef6fadd38
|
|
LIBPLATFORM_SITE = $(call github,Pulse-Eight,platform,$(LIBPLATFORM_VERSION))
|
|
LIBPLATFORM_LICENSE = GPLv2+, PHP license v3.01
|
|
LIBPLATFORM_LICENSE_FILES = src/os.h src/util/fstrcmp.c
|
|
LIBPLATFORM_INSTALL_STAGING = YES
|
|
|
|
$(eval $(cmake-package))
|