diff options
-rw-r--r-- | meta/recipes-support/db/db_6.0.35.bb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/meta/recipes-support/db/db_6.0.35.bb b/meta/recipes-support/db/db_6.0.35.bb index f60edf9566..b1bec0e487 100644 --- a/meta/recipes-support/db/db_6.0.35.bb +++ b/meta/recipes-support/db/db_6.0.35.bb | |||
@@ -77,15 +77,6 @@ do_configure() { | |||
77 | oe_runconf | 77 | oe_runconf |
78 | } | 78 | } |
79 | 79 | ||
80 | # Override the MUTEX setting here, the POSIX library is | ||
81 | # the default - "POSIX/pthreads/library". | ||
82 | # Don't ignore the nice SWP instruction on the ARM: | ||
83 | # These enable the ARM assembler mutex code | ||
84 | ARM_MUTEX = "--with-mutex=ARM/gcc-assembly" | ||
85 | MUTEX = "" | ||
86 | MUTEX_arm = "${ARM_MUTEX}" | ||
87 | MUTEX_armeb = "${ARM_MUTEX}" | ||
88 | EXTRA_OECONF += "${MUTEX}" | ||
89 | EXTRA_OEMAKE_append_class-target = " LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool" | 80 | EXTRA_OEMAKE_append_class-target = " LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool" |
90 | EXTRA_OEMAKE += "STRIP=true docdir=${docdir}/db/" | 81 | EXTRA_OEMAKE += "STRIP=true docdir=${docdir}/db/" |
91 | 82 | ||