initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
################################################################################
#
# c-capnproto
#
################################################################################
C_CAPNPROTO_VERSION = 9053ebe6eeb2ae762655b982e27c341cb568366d
C_CAPNPROTO_SITE = https://github.com/opensourcerouting/c-capnproto.git
C_CAPNPROTO_SITE_METHOD = git
C_CAPNPROTO_GIT_SUBMODULES = YES
C_CAPNPROTO_LICENSE = MIT
C_CAPNPROTO_LICENSE_FILES = COPYING
C_CAPNPROTO_INSTALL_STAGING = YES
# Fetched from git with no configure script
C_CAPNPROTO_AUTORECONF = YES
# As a plugin for capnproto's capnpc, requires capnproto. Needs to be on the
# host to generate C code from message definitions.
C_CAPNPROTO_DEPENDENCIES = host-c-capnproto capnproto
HOST_C_CAPNPROTO_DEPENDENCIES = host-capnproto
$(eval $(autotools-package))
$(eval $(host-autotools-package))