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/x86_64-linux-uclibc | |
parent | 4c9521de57092b816a332a1801ab625182a58371 (diff) | |
download | openembedded-core-634232e6966404641d838fe744c8c1bf8297a664.tar.gz openembedded-core-634232e6966404641d838fe744c8c1bf8297a664.tar.bz2 openembedded-core-634232e6966404641d838fe744c8c1bf8297a664.tar.xz openembedded-core-634232e6966404641d838fe744c8c1bf8297a664.zip |
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/x86_64-linux-uclibc')
-rw-r--r-- | meta/site/x86_64-linux-uclibc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/site/x86_64-linux-uclibc b/meta/site/x86_64-linux-uclibc index ba60564d0..4e391b2c2 100644 --- a/meta/site/x86_64-linux-uclibc +++ b/meta/site/x86_64-linux-uclibc @@ -1,4 +1,3 @@ -ac_cv_c_bigendian=${ac_cv_c_bigendian=no} ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes} ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes} @@ -11,6 +10,7 @@ ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no} ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no} ac_cv_libnet_endianess=${ac_cv_libnet_endianess=lil} +ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes} ac_cv_linux_vers=${ac_cv_linux_vers=2} ac_cv_need_trio=${ac_cv_need_trio=no} ac_cv_sizeof_char=${ac_cv_sizeof_char=1} |