Bump buildroot to 2019.02
This commit is contained in:
17
bsp/buildroot/package/cunit/cunit.mk
Normal file
17
bsp/buildroot/package/cunit/cunit.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# cunit
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CUNIT_VERSION = 2.1-3
|
||||
CUNIT_SITE = http://downloads.sourceforge.net/project/cunit/CUnit/$(CUNIT_VERSION)
|
||||
CUNIT_SOURCE = CUnit-$(CUNIT_VERSION).tar.bz2
|
||||
CUNIT_INSTALL_STAGING = YES
|
||||
CUNIT_LICENSE = LGPL-2.0+
|
||||
CUNIT_LICENSE_FILES = COPYING
|
||||
|
||||
# The source archive does not have the autoconf/automake material generated.
|
||||
CUNIT_AUTORECONF = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user