c7ef3c56c8
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>
15 lines
458 B
Makefile
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))
|