ubuntu-buildroot/package/davinci-bootcount/davinci-bootcount.mk

16 lines
521 B
Makefile
Raw Normal View History

2024-04-01 15:19:46 +00:00
################################################################################
#
# davinci-bootcount
#
################################################################################
DAVINCI_BOOTCOUNT_VERSION = 2.0.0
DAVINCI_BOOTCOUNT_SITE = $(call github,VoltServer,uboot-davinci-bootcount,v$(DAVINCI_BOOTCOUNT_VERSION))
DAVINCI_BOOTCOUNT_LICENSE = GPL-3.0
DAVINCI_BOOTCOUNT_LICENSE_FILES = COPYING
# sources fetched from github, no configure script
DAVINCI_BOOTCOUNT_AUTORECONF = YES
$(eval $(autotools-package))