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
+23
View File
@@ -0,0 +1,23 @@
################################################################################
#
# orc
#
################################################################################
ORC_VERSION = 0.4.32
ORC_SOURCE = orc-$(ORC_VERSION).tar.xz
ORC_SITE = http://gstreamer.freedesktop.org/data/src/orc
ORC_LICENSE = BSD-2-Clause, BSD-3-Clause
ORC_LICENSE_FILES = COPYING
ORC_INSTALL_STAGING = YES
ORC_DEPENDENCIES = host-orc
ORC_CONF_OPTS = \
-Dbenchmarks=disabled \
-Dexamples=disabled \
-Dgtk_doc=disabled \
-Dorc-test=disabled \
-Dtests=disabled \
-Dtools=disabled
$(eval $(meson-package))
$(eval $(host-meson-package))