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 12:02:44 +0100 |
commit | 9bb070ce401324aa034acb6e305a7886fbae6941 (patch) | |
tree | 16f2309d8e783ad4daf88a09812267454036af56 /meta/site/sh-common | |
parent | 39440349369025e02c189a93c1ed8fdda8fa2297 (diff) | |
download | poky-9bb070ce401324aa034acb6e305a7886fbae6941.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.
(From OE-Core rev: 7cc52fca921259e331a34263d8113e29b9e0dee9)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/sh-common')
-rw-r--r-- | meta/site/sh-common | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/meta/site/sh-common b/meta/site/sh-common index 7fe36ccb24..5d085b4f86 100644 --- a/meta/site/sh-common +++ b/meta/site/sh-common | |||
@@ -102,23 +102,11 @@ samba_cv_SIZEOF_OFF_T=${samba_cv_SIZEOF_OFF_T=yes} | |||
102 | samba_cv_SIZEOF_INO_T=${samba_cv_SIZEOF_INO_T=yes} | 102 | samba_cv_SIZEOF_INO_T=${samba_cv_SIZEOF_INO_T=yes} |
103 | samba_cv_HAVE_STRUCT_FLOCK64=${samba_cv_HAVE_STRUCT_FLOCK64=yes} | 103 | samba_cv_HAVE_STRUCT_FLOCK64=${samba_cv_HAVE_STRUCT_FLOCK64=yes} |
104 | 104 | ||
105 | # sleepycat db | 105 | # db |
106 | db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes} | 106 | db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes} |
107 | db_cv_sprintf_count=${db_cv_sprintf_count=yes} | 107 | db_cv_sprintf_count=${db_cv_sprintf_count=yes} |
108 | db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar} | ||
109 | db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod} | ||
110 | db_cv_path_cp=${db_cv_path_cp=/bin/cp} | ||
111 | db_cv_path_ln=${db_cv_path_ln=/bin/ln} | ||
112 | db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir} | ||
113 | db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib} | ||
114 | db_cv_path_rm=${db_cv_path_rm=/bin/rm} | ||
115 | db_cv_path_sh=${db_cv_path_sh=/bin/sh} | ||
116 | db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip} | ||
117 | db_cv_align_t=${db_cv_align_t='unsigned long long'} | 108 | db_cv_align_t=${db_cv_align_t='unsigned long long'} |
118 | db_cv_alignp_t=${db_cv_alignp_t='unsigned long'} | 109 | db_cv_alignp_t=${db_cv_alignp_t='unsigned long'} |
119 | db_cv_mutex=${db_cv_mutex=no} | ||
120 | db_cv_posixmutexes=${db_cv_posixmutexes=no} | ||
121 | db_cv_uimutexes=${db_cv_uimutexes=no} | ||
122 | 110 | ||
123 | # php | 111 | # php |
124 | ac_cv_pread=${ac_cv_pread=no} | 112 | ac_cv_pread=${ac_cv_pread=no} |