Skip to content

Commit 0cde769

Browse files
committed
Intermediate changes
1 parent 91c27c5 commit 0cde769

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

.piglet-meta.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"project":"ydblib"
3+
}

contrib/libs/libiconv/ya.make

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ IF (EXPORT_CMAKE)
1818
CMAKE_TARGET
1919
Iconv::Iconv
2020
CONAN
21-
libiconv/1.15 "&& conan-requires" libiconv/1.15
21+
libiconv/1.15
2222
CONAN_OPTIONS
2323
libiconv:shared=True
2424
)
@@ -35,12 +35,10 @@ ELSEIF (USE_ICONV == "dynamic")
3535
)
3636
ELSEIF (USE_ICONV == "local")
3737
GLOBAL_CFLAGS(${USE_LOCAL_ICONV_CFLAGS})
38-
3938
IF (OS_DARWIN)
4039
LDFLAGS(-liconv)
4140
ENDIF()
42-
43-
# Opensource code is compatible with libc provided iconv API on major linux distributions and macos.
41+
# Opensource code is compatible with libc provided iconv API on major linux distributions and macos.
4442
ELSE()
4543
PEERDIR(
4644
contrib/libs/libiconv/static

contrib/libs/linux-headers/ya.make

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,21 @@ VERSION(6.5.9)
3131
ORIGINAL_SOURCE(mirror://kernel/linux/kernel/v6.x/linux-6.5.9.tar.xz)
3232

3333
IF (OPENSOURCE_REPLACE_LINUX_HEADERS AND EXPORT_CMAKE)
34-
35-
OPENSOURCE_EXPORT_REPLACEMENT(
36-
CMAKE linux-headers-generic
37-
CMAKE_TARGET linux-headers-generic::linux-headers-generic
38-
CONAN linux-headers-generic/${OPENSOURCE_REPLACE_LINUX_HEADERS} "&& conan-requires" linux-headers-generic/${OPENSOURCE_REPLACE_LINUX_HEADERS}
34+
OPENSOURCE_EXPORT_REPLACEMENT_BY_OS(
35+
OS
36+
Linux
37+
CMAKE
38+
linux-headers-generic
39+
CMAKE_TARGET
40+
linux-headers-generic::linux-headers-generic
41+
CONAN
42+
linux-headers-generic/${OPENSOURCE_REPLACE_LINUX_HEADERS}
3943
)
40-
4144
ELSE()
42-
4345
ADDINCL(
4446
GLOBAL contrib/libs/linux-headers
4547
GLOBAL contrib/libs/linux-headers/_nf
4648
)
47-
4849
ENDIF()
4950

5051
DISABLE(NEED_PLATFORM_PEERDIRS)

contrib/libs/openssl/crypto/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ IF (OPENSOURCE_REPLACE_OPENSSL)
1919
CMAKE OpenSSL
2020
CMAKE_PACKAGE_COMPONENT Crypto
2121
CMAKE_TARGET OpenSSL::Crypto
22-
CONAN openssl/${OPENSOURCE_REPLACE_OPENSSL} "&& conan-requires" openssl/${OPENSOURCE_REPLACE_OPENSSL}
22+
CONAN openssl/${OPENSOURCE_REPLACE_OPENSSL}
2323
)
2424

2525
ENDIF() # IF (OPENSOURCE_REPLACE_OPENSSL)

contrib/libs/openssl/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ IF (OPENSOURCE_REPLACE_OPENSSL AND EXPORT_CMAKE)
1111
OPENSOURCE_EXPORT_REPLACEMENT(
1212
CMAKE OpenSSL
1313
CMAKE_TARGET OpenSSL::OpenSSL
14-
CONAN openssl/${OPENSOURCE_REPLACE_OPENSSL} "&& conan-requires" openssl/${OPENSOURCE_REPLACE_OPENSSL}
14+
CONAN openssl/${OPENSOURCE_REPLACE_OPENSSL}
1515
)
1616

1717
ELSE()

contrib/libs/protobuf/ya.make

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ IF (OPENSOURCE_REPLACE_PROTOBUF AND EXPORT_CMAKE)
2424
protobuf::libprotoc
2525
CONAN
2626
protobuf/${OPENSOURCE_REPLACE_PROTOBUF}
27-
"&& conan-requires"
28-
protobuf/${OPENSOURCE_REPLACE_PROTOBUF}
27+
CONAN_ADDITIONAL_SEMS
2928
"&& conan_require_tool"
3029
protobuf/${OPENSOURCE_REPLACE_PROTOBUF}
3130
"&& conan-tool_requires"

contrib/libs/protoc/ya.make

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ IF (OPENSOURCE_REPLACE_PROTOBUF AND EXPORT_CMAKE)
2222
protobuf::libprotoc
2323
CONAN
2424
protobuf/${OPENSOURCE_REPLACE_PROTOBUF}
25-
"&& conan-requires"
26-
protobuf/${OPENSOURCE_REPLACE_PROTOBUF}
25+
CONAN_ADDITIONAL_SEMS
2726
"&& conan_require_tool"
2827
protobuf/${OPENSOURCE_REPLACE_PROTOBUF}
2928
"&& conan-tool_requires"

0 commit comments

Comments
 (0)