[oe-commits] Brian Pomerantz : site/: Change the db_cv_mutex site defaults for db

git version control git at git.openembedded.org
Wed Dec 9 15:30:04 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b56e04329dd7dc14981772895e6777125bdf231f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b56e04329dd7dc14981772895e6777125bdf231f

Author: Brian Pomerantz <bapper at mvista.com>
Date:   Thu Jun 25 21:12:16 2009 -0700

site/: Change the db_cv_mutex site defaults for db

The rpm build is failing on the internal db3 build because it thinks
db_cv_mutex=no is telling it that "no" is the mutext type.  Setting
this to proper values for the platforms that didn't have them set
already should fix the rpm builds.

Signed-off-by: Brian Pomerantz <bapper at mvista.com>

---

 site/arm-common     |    2 +-
 site/mips-linux     |    2 +-
 site/mipsel-linux   |    2 +-
 site/powerpc-common |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/site/arm-common b/site/arm-common
index fd602bf..b5cf8c2 100644
--- a/site/arm-common
+++ b/site/arm-common
@@ -36,7 +36,7 @@ db_cv_path_sh=${db_cv_path_sh=/bin/sh}
 db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
 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=no}
+db_cv_mutex=${db_cv_mutex=ARM/gcc-assembly}
 db_cv_posixmutexes=${db_cv_posixmutexes=no}
 db_cv_uimutexes=${db_cv_uimutexes=no}
 
diff --git a/site/mips-linux b/site/mips-linux
index e00c175..4f1297a 100644
--- a/site/mips-linux
+++ b/site/mips-linux
@@ -69,7 +69,7 @@ rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
 # db3
 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=no}
+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}
diff --git a/site/mipsel-linux b/site/mipsel-linux
index 042e09a..61932d1 100644
--- a/site/mipsel-linux
+++ b/site/mipsel-linux
@@ -73,7 +73,7 @@ rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
 # db3
 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=no}
+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}
diff --git a/site/powerpc-common b/site/powerpc-common
index f5acef8..dd321c0 100644
--- a/site/powerpc-common
+++ b/site/powerpc-common
@@ -106,7 +106,7 @@ db_cv_path_sh=${db_cv_path_sh=/bin/sh}
 db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
 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=no}
+db_cv_mutex=${db_cv_mutex=POSIX/pthreads/library}
 db_cv_posixmutexes=${db_cv_posixmutexes=no}
 db_cv_uimutexes=${db_cv_uimutexes=no}
 





More information about the Openembedded-commits mailing list