mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
18
package/msgpack/msgpack.mk
Normal file
18
package/msgpack/msgpack.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# msgpack
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MSGPACK_VERSION = 3.1.1
|
||||
MSGPACK_SITE = $(call github,msgpack,msgpack-c,cpp-$(MSGPACK_VERSION))
|
||||
MSGPACK_LICENSE = BSL-1.0
|
||||
MSGPACK_LICENSE_FILES = COPYING LICENSE_1_0.txt
|
||||
MSGPACK_INSTALL_STAGING = YES
|
||||
MSGPACK_CONF_OPTS = -DMSGPACK_BUILD_EXAMPLES=OFF -DMSGPACK_BUILD_TESTS=OFF
|
||||
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
MSGPACK_CONF_OPTS += -DMSGPACK_ENABLE_SHARED=OFF
|
||||
endif
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user