summaryrefslogtreecommitdiff
path: root/packages/db/db_4.3.29.bb
AgeCommit message (Collapse)AuthorFiles
2006-08-11db: Update for keeping the debug information in the correct packageJamie Lenehan1
which is clearer. Use .../* to match files and ignore directories.
2006-08-11db: Stop the .debug directory being included in the -dev package. ClosesJamie Lenehan1
#1216 "db4 ships spurious debug info".
2006-08-10db: Remove --enable-smallbuild and replace with separate --disable-* ↵Oyvind Repvik1
options, removing --disable-hash
2006-01-05db: revert deletion of do_stage() applied in ↵Rene Wagner1
cb4bdb355a7ab7751886b88c8857c5f64fcfd84f
2005-12-29db: change do_stage to use autotools_do_stage in db4 4.3.29John Bowler1
2005-11-15db: fix thumb uclibc operation in 4.3.29John Bowler1
- uclibc thumb builds were using libpthread to implement mutexes, the - uclibc version seems to be a stub (at least on thumb). This commit - fixes the ARM/gcc-assembly mutex implementation so that it has thumb - support and the resultant db4 works (tested on LE Thumb uclibc)
2005-11-11db: fix db3/db4 confusion by causing all packages to use virtual/db in ↵John Bowler1
db-4.3 4.3.29 - The SleepyCat implementation of the Berkeley DB exists in OE in two different - versions, 3.2 and 4.3. These appear to now be compatible (i.e. with the correct - settings db-4.3 can do everything db-3.2 can do and all packages compile with it). - The previous scheme of allowing both to be built (which was highly error prone) - has been removed and all db users now reference virtual/db. - Affects: - bogofilter, cyrus-*, openldap, perl, postfix, rpm