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/mipsel-linux-uclibc | |
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/mipsel-linux-uclibc')
-rw-r--r-- | meta/site/mipsel-linux-uclibc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/site/mipsel-linux-uclibc b/meta/site/mipsel-linux-uclibc index cdf6fc5cf3..8ac42316dd 100644 --- a/meta/site/mipsel-linux-uclibc +++ b/meta/site/mipsel-linux-uclibc | |||
@@ -1,5 +1,3 @@ | |||
1 | ac_cv_c_littleendian=${ac_cv_c_littleendian=yes} | ||
2 | ac_cv_c_bigendian=${ac_cv_c_bigendian=no} | ||
3 | 1 | ||
4 | ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes} | 2 | ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes} |
5 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} | 3 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} |
@@ -134,3 +132,6 @@ samba_cv_sysquotas_file=${samba_cv_sysquotas_file=lib/sysquotas_4A.c} | |||
134 | # This cached value needs a local patch to pick it up, upstream 3.0.14a | 132 | # This cached value needs a local patch to pick it up, upstream 3.0.14a |
135 | # doesn't cache it. | 133 | # doesn't cache it. |
136 | samba_cv_LINUX_LFS_SUPPORT=${samba_cv_LINUX_LFS_SUPPORT=yes} | 134 | samba_cv_LINUX_LFS_SUPPORT=${samba_cv_LINUX_LFS_SUPPORT=yes} |
135 | |||
136 | # rp-pppoe | ||
137 | rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev} | ||