summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/db/db_5.1.19.bb
Commit message (Collapse)AuthorAgeFilesLines
* db: refactor packages for staticdevSaul Wold2012-01-191-3/+3
| | | | | | | (From OE-Core rev: ceeb10689f80cc86796d1ab32142aa1c4802eb84) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* db: Add INSANE_SKIP to avoid warning about .so fileRichard Purdie2011-07-051-0/+2
| | | | | | | (From OE-Core rev: ad0c0b503e9e0cfe6d3ae5bbbb55d1d30abf6fa8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* db: Fix file ownershipMark Hatle2011-06-231-0/+2
| | | | | | | (From OE-Core rev: 2fd39cf62fc0a810aa57dcf12ef7f56bfa23866a) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* db: Avoid stripping binariesMark Hatle2011-06-231-1/+2
| | | | | | | (From OE-Core rev: d594bfe8ef972689b94e47467a0530ab5f1755ab) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* License Field Cleanup: Non-standard field namesBeth Flanagan2011-05-271-1/+1
| | | | | | | | | | | | | | | I've cleaned up some odd license fields, fixed some license names and corrected some incorrect licenses. LICENSE really needs a pass through by the maintainers as some of the licensing is incorrect. Also, every license with Artistic should be gone through and noted as which version of Artistic. (From OE-Core rev: 4786ecdf7cd427089464dcb62579110d494e7cd7) Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* db: Switch to patchdir rather than applying in do_configureTom Rini2011-04-041-5/+1
| | | | | | | (From OE-Core rev: 63a4bfa9f62e3b185676884258e7c8cc89ac7a23) Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* db: Fix path of arm-thumb patchMark Hatle2011-03-181-3/+6
| | | | | | | | | | | | | | Newer versions of patch, such as in Fedora 14, don't like ".." within the middle of the file to be patched path. In order to fix the issue we have to hand apply the patch instead of using the normal mechanisms. Only flaw with the os.system(...) approach is if it fails we don't get any notification or a resolver failure. (From OE-Core rev: 4e592efe8c5ff918a77f7b7b2c17a6b698b1dd68) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* BerkleyDB: Uprev db from 4.2 to 5.1.19Mark Hatle2011-01-271-0/+104
The latest version of Berkley DB (5.1.19) is required by RPM. This version is backwards compatible with the 4.2 version that was enabled previously. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>