diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-03-15 19:59:12 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-03-15 19:59:12 +0300 |
commit | 056bb284ccf8dd6793ec3a54ffa36c4fb2b9ad11 (patch) | |
tree | 4740980126f32e3af7937ba0ca5f83e59baa4ab0 /contrib/libs/linux-headers/ya.make | |
parent | 269126dcced1cc8b53eb4398b4a33e5142f10290 (diff) | |
download | ydb-056bb284ccf8dd6793ec3a54ffa36c4fb2b9ad11.tar.gz |
add library/cpp/actors, ymake build to ydb oss export
Diffstat (limited to 'contrib/libs/linux-headers/ya.make')
-rw-r--r-- | contrib/libs/linux-headers/ya.make | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/contrib/libs/linux-headers/ya.make b/contrib/libs/linux-headers/ya.make new file mode 100644 index 0000000000..94b871a6d4 --- /dev/null +++ b/contrib/libs/linux-headers/ya.make @@ -0,0 +1,46 @@ +# Generated by devtools/yamaker from nixpkgs 980c4c3c2f664ccc5002f7fd6e08059cf1f00e75. + +LIBRARY() + +VERSION(5.7) + +ORIGINAL_SOURCE(mirror://kernel/linux/kernel/v5.x/linux-5.7.tar.xz) + +LICENSE( + "(GPL-2.0-only WITH Linux-syscall-note OR BSD-2-Clause)" AND + "(GPL-2.0-only WITH Linux-syscall-note OR BSD-3-Clause)" AND + "(GPL-2.0-only WITH Linux-syscall-note OR CDDL-1.0)" AND + "(GPL-2.0-only WITH Linux-syscall-note OR Linux-OpenIB)" AND + "(GPL-2.0-only WITH Linux-syscall-note OR MIT)" AND + "(GPL-2.0-or-later WITH Linux-syscall-note OR BSD-3-Clause)" AND + BSD-2-Clause AND + BSD-3-Clause AND + GPL-1.0-or-later WITH Linux-syscall-note AND + GPL-2.0-only WITH Linux-syscall-note AND + GPL-2.0-or-later WITH Linux-syscall-note AND + ISC AND + Khronos AND + LGPL-2.0-only AND + LGPL-2.0-or-later WITH Linux-syscall-note AND + LGPL-2.1-only AND + LGPL-2.1-only WITH Linux-syscall-note AND + LGPL-2.1-or-later WITH Linux-syscall-note AND + MIT AND + NTP AND + Public-Domain +) + +LICENSE_TEXTS(.yandex_meta/licenses.list.txt) + +DISABLE(NEED_PLATFORM_PEERDIRS) + +DISABLE(WITH_VALGRIND) + +ADDINCL( + GLOBAL contrib/libs/linux-headers + GLOBAL contrib/libs/linux-headers/_nf +) + +NO_PLATFORM() + +END() |