kumquat-buildroot/package/c-periphery/c-periphery.mk
Fabrice Fontaine c7ef3c56c8 package/c-periphery: bump to version 2.4.2
Update hash of LICENSE file (year updated with
415b0cf5e8)

https://github.com/vsergeev/c-periphery/blob/v2.4.2/CHANGELOG.md

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-11-01 16:59:03 +01:00

15 lines
458 B
Makefile

################################################################################
#
# c-periphery
#
################################################################################
C_PERIPHERY_VERSION = 2.4.2
C_PERIPHERY_SITE = $(call github,vsergeev,c-periphery,v$(C_PERIPHERY_VERSION))
C_PERIPHERY_INSTALL_STAGING = YES
C_PERIPHERY_LICENSE = MIT
C_PERIPHERY_LICENSE_FILES = LICENSE
C_PERIPHERY_CPE_ID_VENDOR = c-periphery_project
$(eval $(cmake-package))