Update Buildroot to 2019.02.3 (#415)
* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
This commit is contained in:
17
buildroot/package/cunit/cunit.mk
Normal file
17
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