aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-07-24 23:31:03 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-07-24 23:31:03 +0300
commit93c9bcb654b3d1158b8b0b3c7c59985da88d2c68 (patch)
treef6ec21e24ddbc1f46e14890838937da5068cdcfb
parentf8d40d044d6915bedeb820476ecb1dc44c364cdf (diff)
downloadydb-93c9bcb654b3d1158b8b0b3c7c59985da88d2c68.tar.gz
Intermediate changes
-rw-r--r--build/sysincl/linux-headers.yml3
-rw-r--r--contrib/libs/linux-headers/ya.make10
2 files changed, 6 insertions, 7 deletions
diff --git a/build/sysincl/linux-headers.yml b/build/sysincl/linux-headers.yml
index 2b1d548175..96ffe4158a 100644
--- a/build/sysincl/linux-headers.yml
+++ b/build/sysincl/linux-headers.yml
@@ -1,4 +1,4 @@
-# Generated by devtools/yamaker.
+# Generated by yamaker, do not edit
- includes:
- asm-generic/auxvec.h
- asm-generic/bitsperlong.h
@@ -559,7 +559,6 @@
- linux/isst_if.h
- linux/ivtv.h
- linux/ivtvfb.h
- - linux/jffs2.h
- linux/joystick.h
- linux/kcm.h
- linux/kcmp.h
diff --git a/contrib/libs/linux-headers/ya.make b/contrib/libs/linux-headers/ya.make
index f36df381a4..374910503f 100644
--- a/contrib/libs/linux-headers/ya.make
+++ b/contrib/libs/linux-headers/ya.make
@@ -1,11 +1,7 @@
-# Generated by devtools/yamaker from nixpkgs 980c4c3c2f664ccc5002f7fd6e08059cf1f00e75.
+# Generated by devtools/yamaker from nixpkgs 22.11.
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
@@ -32,6 +28,10 @@ LICENSE(
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
+VERSION(5.7)
+
+ORIGINAL_SOURCE(mirror://kernel/linux/kernel/v5.x/linux-5.7.tar.xz)
+
DISABLE(NEED_PLATFORM_PEERDIRS)
DISABLE(WITH_VALGRIND)