4da169b03e
Removed patch which is included in this release: https://github.com/Pulse-Eight/platform/commit/e48db06c64613ac76c820511da95228bcd072f64 Use upstream-provided license file: https://github.com/Pulse-Eight/platform/commit/92220248b11c43a80105567dbb074c5f30b04029 This bump includes compatibility with cmake 4.x: https://github.com/Pulse-Eight/platform/commit/d7faed1c696b1a6a67f114a63a0f4c085f0f9195 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> [Julien: remove patch entry in .checkpackageignore] Signed-off-by: Julien Olivain <ju.o@free.fr>
14 lines
452 B
Makefile
14 lines
452 B
Makefile
################################################################################
|
|
#
|
|
# libplatform
|
|
#
|
|
################################################################################
|
|
|
|
LIBPLATFORM_VERSION = 2748be52ae27e6007ef548b697d4a03ff7de4291
|
|
LIBPLATFORM_SITE = $(call github,Pulse-Eight,platform,$(LIBPLATFORM_VERSION))
|
|
LIBPLATFORM_LICENSE = GPL-2.0+
|
|
LIBPLATFORM_LICENSE_FILES = LICENSE.md
|
|
LIBPLATFORM_INSTALL_STAGING = YES
|
|
|
|
$(eval $(cmake-package))
|