diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-21 14:34:40 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-21 14:34:40 +0000 |
commit | 634232e6966404641d838fe744c8c1bf8297a664 (patch) | |
tree | e279222cc00a171bf39691b70ca46403f5c0538b /meta/site/arm-linux | |
parent | 4c9521de57092b816a332a1801ab625182a58371 (diff) | |
download | poky-634232e6966404641d838fe744c8c1bf8297a664.tar.gz |
Site file handling update: Instead of one site file per target, allow entries to be shared. Handled through siteinfo.bbclass
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@931 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/site/arm-linux')
-rw-r--r-- | meta/site/arm-linux | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/meta/site/arm-linux b/meta/site/arm-linux index ae255e24b8..3c1a082bd7 100644 --- a/meta/site/arm-linux +++ b/meta/site/arm-linux | |||
@@ -10,11 +10,13 @@ ac_cv_sizeof_char=${ac_cv_sizeof_char=1} | |||
10 | ac_cv_sizeof_wchar_t=${ac_cv_sizeof_wchar_t=1} | 10 | ac_cv_sizeof_wchar_t=${ac_cv_sizeof_wchar_t=1} |
11 | ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1} | 11 | ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1} |
12 | ac_cv_sizeof_bool=${ac_cv_sizeof_bool=1} | 12 | ac_cv_sizeof_bool=${ac_cv_sizeof_bool=1} |
13 | ac_cv_sizeof_char_p=${ac_cv_sizeof_int_p=4} | ||
13 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} | 14 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} |
14 | ac_cv_sizeof_int_p=${ac_cv_sizeof_int_p=4} | 15 | ac_cv_sizeof_int_p=${ac_cv_sizeof_int_p=4} |
15 | ac_cv_sizeof_long=${ac_cv_sizeof_long=4} | 16 | ac_cv_sizeof_long=${ac_cv_sizeof_long=4} |
16 | ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=4} | 17 | ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=4} |
17 | ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8} | 18 | ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8} |
19 | ac_cv_sizeof_off_t=${ac_cv_sizeof_off_t=4} | ||
18 | ac_cv_sizeof_short=${ac_cv_sizeof_short=2} | 20 | ac_cv_sizeof_short=${ac_cv_sizeof_short=2} |
19 | ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2} | 21 | ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2} |
20 | ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4} | 22 | ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4} |
@@ -22,7 +24,9 @@ ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4} | |||
22 | ac_cv_sizeof_float=${ac_cv_sizeof_float=4} | 24 | ac_cv_sizeof_float=${ac_cv_sizeof_float=4} |
23 | ac_cv_sizeof_double=${ac_cv_sizeof_double=8} | 25 | ac_cv_sizeof_double=${ac_cv_sizeof_double=8} |
24 | ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8} | 26 | ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8} |
27 | ac_cv_sizeof_ptrdiff_t=${glib_cv_sizeof_ptrdiff_t=4} | ||
25 | ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2} | 28 | ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2} |
29 | ac_cv_sizeof_unsigned=${ac_cv_sizeof_unsigned=4} | ||
26 | ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4} | 30 | ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4} |
27 | ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4} | 31 | ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4} |
28 | ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8} | 32 | ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8} |
@@ -36,8 +40,6 @@ ac_cv_ushort=${ac_cv_ushort=yes} | |||
36 | 40 | ||
37 | mr_cv_target_elf=${mr_cv_target_elf=yes} | 41 | mr_cv_target_elf=${mr_cv_target_elf=yes} |
38 | 42 | ||
39 | ac_cv_c_littleendian=${ac_cv_c_littleendian=yes} | ||
40 | ac_cv_c_bigendian=${ac_cv_c_bigendian=no} | ||
41 | ac_cv_time_r_type=${ac_cv_time_r_type=POSIX} | 43 | ac_cv_time_r_type=${ac_cv_time_r_type=POSIX} |
42 | 44 | ||
43 | # apache | 45 | # apache |
@@ -68,6 +70,7 @@ nano_cv_func_regexec_segv_emptystr=${nano_cv_func_regexec_segv_emptystr=no} | |||
68 | 70 | ||
69 | # libnet | 71 | # libnet |
70 | ac_cv_libnet_endianess=${ac_cv_libnet_endianess=lil} | 72 | ac_cv_libnet_endianess=${ac_cv_libnet_endianess=lil} |
73 | ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes} | ||
71 | 74 | ||
72 | # screen | 75 | # screen |
73 | screen_cv_sys_bcopy_overlap=${screen_cv_sys_bcopy_overlap=no} | 76 | screen_cv_sys_bcopy_overlap=${screen_cv_sys_bcopy_overlap=no} |
@@ -300,3 +303,12 @@ dpkg_cv___va_copy=${ac_cv___va_copy=yes} | |||
300 | 303 | ||
301 | # enca | 304 | # enca |
302 | yeti_cv_func_scanf_modif_size_t=yes | 305 | yeti_cv_func_scanf_modif_size_t=yes |
306 | |||
307 | # clamav | ||
308 | clamav_av_func_working_snprintf_long=${clamav_av_func_working_snprintf_long=yes} | ||
309 | clamav_av_have_in_port_t=${clamav_av_have_in_port_t=yes} | ||
310 | clamav_av_have_in_addr_t=${clamav_av_have_in_addr_t=yes} | ||
311 | ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes} | ||
312 | |||
313 | #dbus | ||
314 | ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=no} | ||