summaryrefslogtreecommitdiffstats
path: root/meta/site/common-linux
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-07-14 12:49:19 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-27 12:02:44 +0100
commit9bb070ce401324aa034acb6e305a7886fbae6941 (patch)
tree16f2309d8e783ad4daf88a09812267454036af56 /meta/site/common-linux
parent39440349369025e02c189a93c1ed8fdda8fa2297 (diff)
downloadpoky-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/common-linux')
-rw-r--r--meta/site/common-linux11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/site/common-linux b/meta/site/common-linux
index 7cdfb637f7..14d671b46c 100644
--- a/meta/site/common-linux
+++ b/meta/site/common-linux
@@ -4,6 +4,17 @@ samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes}
4samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes} 4samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes}
5samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=${samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no} 5samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=${samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no}
6 6
7# db
8db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
9db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
10db_cv_path_cp=${db_cv_path_cp=/bin/cp}
11db_cv_path_ln=${db_cv_path_ln=/bin/ln}
12db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
13db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
14db_cv_path_rm=${db_cv_path_rm=/bin/rm}
15db_cv_path_sh=${db_cv_path_sh=/bin/sh}
16db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
17
7# bash 18# bash
8bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} 19bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
9bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no} 20bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}