bump version to 2022.02.9

add miyoo_defconfig
This commit is contained in:
tiopex
2023-01-31 13:11:45 +01:00
parent 1fa746c353
commit dcdaa3599c
8423 changed files with 184305 additions and 91107 deletions

View File

@@ -4,7 +4,7 @@
#
################################################################################
AZMQ_VERSION = 1.0.2
AZMQ_VERSION = 1.0.3
AZMQ_SITE = $(call github,zeromq,azmq,v$(AZMQ_VERSION))
AZMQ_DEPENDENCIES = boost zeromq
AZMQ_LICENSE = BSL-1.0
@@ -15,4 +15,6 @@ AZMQ_LICENSE_FILES = LICENSE-BOOST_1_0
AZMQ_INSTALL_STAGING = YES
AZMQ_INSTALL_TARGET = NO
AZMQ_CONF_OPTS = -DAZMQ_NO_TESTS=ON
$(eval $(cmake-package))