Removed patch which is included in this release:e48db06c64Use upstream-provided license file:92220248b1This bump includes compatibility with cmake 4.x:d7faed1c69Signed-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))
|