cc5b8a9c95
Since commit "cmake: add cmake build support"
(952e1e906a
vsergeev/c-periphery@d0a973c),
c-periphery implement cmake build, so use cmake-package instead of
generic-package. Due to this, it now builds a shared library, so we
drop the INSTALL_TARGET = NO.
The hash of the license file is updated due to an update in the
copyright year:
- Copyright (c) 2014-2019 vsergeev / Ivan (Vanya) A. Sergeev
+ Copyright (c) 2014-2020 vsergeev / Ivan (Vanya) A. Sergeev
Signed-off-by: Joris Offouga <offougajoris@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
410 B
Makefile
14 lines
410 B
Makefile
################################################################################
|
|
#
|
|
# c-periphery
|
|
#
|
|
################################################################################
|
|
|
|
C_PERIPHERY_VERSION = 2.2.1
|
|
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
|
|
|
|
$(eval $(cmake-package))
|