aboutsummaryrefslogtreecommitdiffstats
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 11:54:52 +0100
commit7cc52fca921259e331a34263d8113e29b9e0dee9 (patch)
tree20197710d28b10adc105498054857ba5ca9434d3 /meta/site/common-linux
parenta1ce2e6039652c94ba34bfe7343a4424a1cc133b (diff)
downloadopenembedded-core-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/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}
samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes}
samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=${samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no}
+# db
+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}
+
# bash
bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}