diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-12-02 19:09:21 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-12-02 19:37:49 +0300 |
commit | 097b526d22a1de18db17843d83b779f22ec6b3b2 (patch) | |
tree | 0c3f57328697cb3416dbe5caab0415d43ec87a6b /build | |
parent | 5539da39942db0ae6f0a0292ffa0e9f48584c398 (diff) | |
download | ydb-097b526d22a1de18db17843d83b779f22ec6b3b2.tar.gz |
Remove files with bad license from contrib/libs/linux-headers
Diffstat (limited to 'build')
-rw-r--r-- | build/sysincl/linux-headers.yml | 2 | ||||
-rw-r--r-- | build/ymake.core.conf | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/build/sysincl/linux-headers.yml b/build/sysincl/linux-headers.yml index b26b327093..27a924b0a6 100644 --- a/build/sysincl/linux-headers.yml +++ b/build/sysincl/linux-headers.yml @@ -410,7 +410,6 @@ - linux/cifs/cifs_netlink.h - linux/close_range.h - linux/cn_proc.h - - linux/coda.h - linux/coff.h - linux/comedi.h - linux/connector.h @@ -646,7 +645,6 @@ - linux/nbd-netlink.h - linux/nbd.h - linux/ncsi.h - - linux/ndctl.h - linux/neighbour.h - linux/net.h - linux/net_dropmon.h diff --git a/build/ymake.core.conf b/build/ymake.core.conf index b34c6f1d81..2d27942d46 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -673,9 +673,6 @@ module _BASE_UNIT: _BARE_UNIT { when ($OS_LINUX && $NEED_PLATFORM_PEERDIRS == "yes") { PEERDIR+=contrib/libs/linux-headers - - # For discussion see DTCC-553 - MODULE_LICENSES_RESTRICTION_EXCEPTIONS+=contrib/libs/linux-headers } # Adding PEERDIR from trigger doesn't always work. In this case it |