diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-07-14 12:49:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-27 11:54:52 +0100 |
commit | 7cc52fca921259e331a34263d8113e29b9e0dee9 (patch) | |
tree | 20197710d28b10adc105498054857ba5ca9434d3 /meta/site/mips-linux | |
parent | a1ce2e6039652c94ba34bfe7343a4424a1cc133b (diff) | |
download | openembedded-core-contrib-7cc52fca921259e331a34263d8113e29b9e0dee9.tar.gz |
siteinfo: Move certain db entries to common-linux
Note that we had a number of unused and ignored settings wrt mutex
support. These have been dropped as they weren't being used and
implied some odd things to boot. This is also a partial resync with
oe.dev which had some, but not all of these changes.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/site/mips-linux')
-rw-r--r-- | meta/site/mips-linux | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/meta/site/mips-linux b/meta/site/mips-linux index 495df5f814b..f9143917152 100644 --- a/meta/site/mips-linux +++ b/meta/site/mips-linux @@ -66,23 +66,11 @@ wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes} # rp-pppoe rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev} -# db3 +# db db_cv_align_t=${db_cv_align_t='unsigned long long'} db_cv_alignp_t=${db_cv_alignp_t='unsigned long'} -db_cv_mutex=${db_cv_mutex=POSIX/pthreads/library} -db_cv_posixmutexes=${db_cv_posixmutexes=no} -db_cv_uimutexes=${db_cv_uimutexes=no} db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes} db_cv_sprintf_count=${db_cv_sprintf_count=yes} -db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar} -db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod} -db_cv_path_cp=${db_cv_path_cp=/bin/cp} -db_cv_path_ln=${db_cv_path_ln=/bin/ln} -db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir} -db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib} -db_cv_path_rm=${db_cv_path_rm=/bin/rm} -db_cv_path_sh=${db_cv_path_sh=/bin/sh} -db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip} # rrdtool rd_cv_ieee_works=${rd_cv_ieee_works=yes} |