mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
Needed by libcec 3.x
[Thomas:
- adjust licensing information: license is not GPLv3+, but GPLv2+
plus one source file in PHP license v3.01.
- add proper license files.
- remove the -DCMAKE_MODULE_PATH=$(STAGING_DIR)/usr/lib/kodi since
it doesn't seem to be necessary
- add patch to fix invalid header and library paths in
platform-config.cmake.]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
452 B
Makefile
14 lines
452 B
Makefile
################################################################################
|
|
#
|
|
# libplatform
|
|
#
|
|
################################################################################
|
|
|
|
LIBPLATFORM_VERSION = 1.0.10
|
|
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))
|