diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-09-21 13:31:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-23 13:49:11 +0100 |
commit | 68be1b4a902dad0342be2a273765cdd1e674fcf3 (patch) | |
tree | b00e4a88d713da6f0caf144ed5fab880e183fc32 /meta | |
parent | 40c44728abb1c326622e80344382c806a35691a6 (diff) | |
download | poky-68be1b4a902dad0342be2a273765cdd1e674fcf3.tar.gz |
site: Drop caching libIDL_cv_long_long_format
recipe for libidl has long been deleted
(From OE-Core rev: 587d0b51b09cd426dc4b2b7646fa063d10ae4f2f)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/site/arm-common | 3 | ||||
-rw-r--r-- | meta/site/ix86-common | 3 | ||||
-rw-r--r-- | meta/site/mips-linux | 3 | ||||
-rw-r--r-- | meta/site/mips64-linux | 3 | ||||
-rw-r--r-- | meta/site/mips64el-linux | 3 | ||||
-rw-r--r-- | meta/site/mipsel-linux | 3 | ||||
-rw-r--r-- | meta/site/mipsisa32r6-linux | 3 | ||||
-rw-r--r-- | meta/site/mipsisa32r6el-linux | 3 | ||||
-rw-r--r-- | meta/site/mipsisa64r6-linux | 3 | ||||
-rw-r--r-- | meta/site/mipsisa64r6el-linux | 3 | ||||
-rw-r--r-- | meta/site/nios2-linux | 3 | ||||
-rw-r--r-- | meta/site/powerpc32-linux | 3 | ||||
-rw-r--r-- | meta/site/sh-common | 3 | ||||
-rw-r--r-- | meta/site/x86_64-linux | 3 |
14 files changed, 0 insertions, 42 deletions
diff --git a/meta/site/arm-common b/meta/site/arm-common index 8c37f3fc24..4c25c82be9 100644 --- a/meta/site/arm-common +++ b/meta/site/arm-common | |||
@@ -73,9 +73,6 @@ lftp_cv_va_val_copy=${lftp_cv_va_val_copy=yes} | |||
73 | # libesmtp | 73 | # libesmtp |
74 | acx_working_snprintf=${acx_working_snprintf=yes} | 74 | acx_working_snprintf=${acx_working_snprintf=yes} |
75 | 75 | ||
76 | # libidl | ||
77 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | ||
78 | |||
79 | # libnet | 76 | # libnet |
80 | ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes} | 77 | ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes} |
81 | 78 | ||
diff --git a/meta/site/ix86-common b/meta/site/ix86-common index a2384372db..b7218cc6fa 100644 --- a/meta/site/ix86-common +++ b/meta/site/ix86-common | |||
@@ -107,9 +107,6 @@ ac_cv_sizeof_wchar_t=4 | |||
107 | ac_cv_need_trio=${ac_cv_need_trio=no} | 107 | ac_cv_need_trio=${ac_cv_need_trio=no} |
108 | lftp_cv_va_val_copy=${lftp_cv_va_val_copy=yes} | 108 | lftp_cv_va_val_copy=${lftp_cv_va_val_copy=yes} |
109 | 109 | ||
110 | # libidl | ||
111 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | ||
112 | |||
113 | # libnet | 110 | # libnet |
114 | ac_cv_lbl_unaligned_fail=${ac_cv_lbl_unaligned_fail=no} | 111 | ac_cv_lbl_unaligned_fail=${ac_cv_lbl_unaligned_fail=no} |
115 | ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes} | 112 | ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes} |
diff --git a/meta/site/mips-linux b/meta/site/mips-linux index 72a54f95e3..b2f15eee18 100644 --- a/meta/site/mips-linux +++ b/meta/site/mips-linux | |||
@@ -39,9 +39,6 @@ ac_cv_linux_vers=${ac_cv_linux_vers=2} | |||
39 | # startup-notification | 39 | # startup-notification |
40 | lf_cv_sane_realloc=${lf_cv_sane_realloc=yes} | 40 | lf_cv_sane_realloc=${lf_cv_sane_realloc=yes} |
41 | 41 | ||
42 | # libidl | ||
43 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | ||
44 | |||
45 | # ncftp | 42 | # ncftp |
46 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} | 43 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} |
47 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} | 44 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} |
diff --git a/meta/site/mips64-linux b/meta/site/mips64-linux index ed0fbbe653..e7c16405eb 100644 --- a/meta/site/mips64-linux +++ b/meta/site/mips64-linux | |||
@@ -43,9 +43,6 @@ ac_cv_linux_vers=${ac_cv_linux_vers=2} | |||
43 | # startup-notification | 43 | # startup-notification |
44 | lf_cv_sane_realloc=${lf_cv_sane_realloc=yes} | 44 | lf_cv_sane_realloc=${lf_cv_sane_realloc=yes} |
45 | 45 | ||
46 | # libidl | ||
47 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | ||
48 | |||
49 | # ncftp | 46 | # ncftp |
50 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} | 47 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} |
51 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} | 48 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} |
diff --git a/meta/site/mips64el-linux b/meta/site/mips64el-linux index 680171d5e3..406ffd66c5 100644 --- a/meta/site/mips64el-linux +++ b/meta/site/mips64el-linux | |||
@@ -43,9 +43,6 @@ ac_cv_linux_vers=${ac_cv_linux_vers=2} | |||
43 | # startup-notification | 43 | # startup-notification |
44 | lf_cv_sane_realloc=${lf_cv_sane_realloc=yes} | 44 | lf_cv_sane_realloc=${lf_cv_sane_realloc=yes} |
45 | 45 | ||
46 | # libidl | ||
47 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | ||
48 | |||
49 | # ncftp | 46 | # ncftp |
50 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} | 47 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} |
51 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} | 48 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} |
diff --git a/meta/site/mipsel-linux b/meta/site/mipsel-linux index 696b1beeb4..e9cf193cec 100644 --- a/meta/site/mipsel-linux +++ b/meta/site/mipsel-linux | |||
@@ -39,9 +39,6 @@ ac_cv_linux_vers=${ac_cv_linux_vers=2} | |||
39 | # startup-notification | 39 | # startup-notification |
40 | lf_cv_sane_realloc=${lf_cv_sane_realloc=yes} | 40 | lf_cv_sane_realloc=${lf_cv_sane_realloc=yes} |
41 | 41 | ||
42 | # libidl | ||
43 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | ||
44 | |||
45 | # ncftp | 42 | # ncftp |
46 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} | 43 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} |
47 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} | 44 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} |
diff --git a/meta/site/mipsisa32r6-linux b/meta/site/mipsisa32r6-linux index 72a54f95e3..b2f15eee18 100644 --- a/meta/site/mipsisa32r6-linux +++ b/meta/site/mipsisa32r6-linux | |||
@@ -39,9 +39,6 @@ ac_cv_linux_vers=${ac_cv_linux_vers=2} | |||
39 | # startup-notification | 39 | # startup-notification |
40 | lf_cv_sane_realloc=${lf_cv_sane_realloc=yes} | 40 | lf_cv_sane_realloc=${lf_cv_sane_realloc=yes} |
41 | 41 | ||
42 | # libidl | ||
43 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | ||
44 | |||
45 | # ncftp | 42 | # ncftp |
46 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} | 43 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} |
47 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} | 44 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} |
diff --git a/meta/site/mipsisa32r6el-linux b/meta/site/mipsisa32r6el-linux index 696b1beeb4..e9cf193cec 100644 --- a/meta/site/mipsisa32r6el-linux +++ b/meta/site/mipsisa32r6el-linux | |||
@@ -39,9 +39,6 @@ ac_cv_linux_vers=${ac_cv_linux_vers=2} | |||
39 | # startup-notification | 39 | # startup-notification |
40 | lf_cv_sane_realloc=${lf_cv_sane_realloc=yes} | 40 | lf_cv_sane_realloc=${lf_cv_sane_realloc=yes} |
41 | 41 | ||
42 | # libidl | ||
43 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | ||
44 | |||
45 | # ncftp | 42 | # ncftp |
46 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} | 43 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} |
47 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} | 44 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} |
diff --git a/meta/site/mipsisa64r6-linux b/meta/site/mipsisa64r6-linux index ed0fbbe653..e7c16405eb 100644 --- a/meta/site/mipsisa64r6-linux +++ b/meta/site/mipsisa64r6-linux | |||
@@ -43,9 +43,6 @@ ac_cv_linux_vers=${ac_cv_linux_vers=2} | |||
43 | # startup-notification | 43 | # startup-notification |
44 | lf_cv_sane_realloc=${lf_cv_sane_realloc=yes} | 44 | lf_cv_sane_realloc=${lf_cv_sane_realloc=yes} |
45 | 45 | ||
46 | # libidl | ||
47 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | ||
48 | |||
49 | # ncftp | 46 | # ncftp |
50 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} | 47 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} |
51 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} | 48 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} |
diff --git a/meta/site/mipsisa64r6el-linux b/meta/site/mipsisa64r6el-linux index 680171d5e3..406ffd66c5 100644 --- a/meta/site/mipsisa64r6el-linux +++ b/meta/site/mipsisa64r6el-linux | |||
@@ -43,9 +43,6 @@ ac_cv_linux_vers=${ac_cv_linux_vers=2} | |||
43 | # startup-notification | 43 | # startup-notification |
44 | lf_cv_sane_realloc=${lf_cv_sane_realloc=yes} | 44 | lf_cv_sane_realloc=${lf_cv_sane_realloc=yes} |
45 | 45 | ||
46 | # libidl | ||
47 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | ||
48 | |||
49 | # ncftp | 46 | # ncftp |
50 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} | 47 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} |
51 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} | 48 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} |
diff --git a/meta/site/nios2-linux b/meta/site/nios2-linux index 8ac198a0cd..21b2b7cca8 100644 --- a/meta/site/nios2-linux +++ b/meta/site/nios2-linux | |||
@@ -110,9 +110,6 @@ lftp_cv___va_copy=${lftp_cv___va_copy=yes} | |||
110 | # libesmtp | 110 | # libesmtp |
111 | acx_working_snprintf=${acx_working_snprintf=yes} | 111 | acx_working_snprintf=${acx_working_snprintf=yes} |
112 | 112 | ||
113 | # libidl | ||
114 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | ||
115 | |||
116 | # libnet | 113 | # libnet |
117 | ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes} | 114 | ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes} |
118 | 115 | ||
diff --git a/meta/site/powerpc32-linux b/meta/site/powerpc32-linux index 172a06cc46..5741ccf30f 100644 --- a/meta/site/powerpc32-linux +++ b/meta/site/powerpc32-linux | |||
@@ -151,9 +151,6 @@ compat_cv_func_dirname_works=${compat_cv_func_dirname_works=no} | |||
151 | # slrn | 151 | # slrn |
152 | slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes} | 152 | slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes} |
153 | 153 | ||
154 | # libidl | ||
155 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | ||
156 | |||
157 | # ORBit2 | 154 | # ORBit2 |
158 | ac_cv_alignof_CORBA_boolean=1 | 155 | ac_cv_alignof_CORBA_boolean=1 |
159 | ac_cv_alignof_CORBA_char=1 | 156 | ac_cv_alignof_CORBA_char=1 |
diff --git a/meta/site/sh-common b/meta/site/sh-common index 6bda1c237c..c35cc06a02 100644 --- a/meta/site/sh-common +++ b/meta/site/sh-common | |||
@@ -169,9 +169,6 @@ slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes} | |||
169 | # startup-notification | 169 | # startup-notification |
170 | lf_cv_sane_realloc=yes | 170 | lf_cv_sane_realloc=yes |
171 | 171 | ||
172 | # libidl | ||
173 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | ||
174 | |||
175 | # ORBit2 | 172 | # ORBit2 |
176 | ac_cv_alignof_CORBA_boolean=1 | 173 | ac_cv_alignof_CORBA_boolean=1 |
177 | ac_cv_alignof_CORBA_char=1 | 174 | ac_cv_alignof_CORBA_char=1 |
diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux index 778e2c53ee..f7ad70d25f 100644 --- a/meta/site/x86_64-linux +++ b/meta/site/x86_64-linux | |||
@@ -73,9 +73,6 @@ am_cv_func_working_getline=${am_cv_func_working_getline=yes} | |||
73 | #gcc | 73 | #gcc |
74 | ac_cv_lib_m_sin=${ac_cv_lib_m_sin=yes} | 74 | ac_cv_lib_m_sin=${ac_cv_lib_m_sin=yes} |
75 | 75 | ||
76 | #orbit | ||
77 | libIDL_cv_long_long_format=ll | ||
78 | |||
79 | # bash | 76 | # bash |
80 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=present} | 77 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=present} |
81 | 78 | ||