Bump buidlroot version to 2018.02.6
This commit is contained in:
16
bsp/buildroot/package/kvazaar/kvazaar.mk
Normal file
16
bsp/buildroot/package/kvazaar/kvazaar.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# kvazaar
|
||||
#
|
||||
################################################################################
|
||||
|
||||
KVAZAAR_VERSION = v1.1.0
|
||||
KVAZAAR_SITE = $(call github,ultravideo,kvazaar,$(KVAZAAR_VERSION))
|
||||
KVAZAAR_LICENSE = LGPL-2.1+
|
||||
KVAZAAR_LICENSE_FILES = COPYING
|
||||
KVAZAAR_AUTORECONF = YES
|
||||
KVAZAAR_INSTALL_STAGING = YES
|
||||
KVAZAAR_DEPENDENCIES = host-pkgconf
|
||||
KVAZAAR_CONF_OPTS = --without-cryptopp
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user