Files
rpi-buildroot/package/libplatform/libplatform.mk
Bernd Kuhls 4da169b03e package/libplatform: bump version
Removed patch which is included in this release:
e48db06c64

Use upstream-provided license file:
92220248b1

This bump includes compatibility with cmake 4.x:
d7faed1c69

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
[Julien: remove patch entry in .checkpackageignore]
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-06-18 22:09:22 +02:00

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))