[oe-commits] Chong.Lu at windriver.com : postgresql: add init script and enable some bindings

git at git.openembedded.org git at git.openembedded.org
Sun Apr 20 14:12:51 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 31d7730c9d7481323640197c1ad6b3fc0af86e9c
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=31d7730c9d7481323640197c1ad6b3fc0af86e9c

Author: Chong.Lu at windriver.com <Chong.Lu at windriver.com>
Date:   Thu Apr 17 16:50:16 2014 +0800

postgresql: add init script and enable some bindings

1. Add init script for starting up the PostgreSQL server.
2. Add DESCRIPTION
3. Make tests, plperl, plpython, pltcl subpackages as dynamic in case
other packages runtime depend on them.
4. Disable krb5 by default and enable pam, openssl, python, uuid, libxml,
tcl, nls, libxml and perl bindings.
5. Make contrib and split them in postgresql-contrib.
6. Multilib builds set the package name (PN) to both foo and lib32-foo
breaking build.use BPN instead to get the Base package name.

Signed-off-by: Chong Lu <Chong.Lu at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../postgresql/files/postgresql-bashprofile        |   4 +
 .../postgresql/files/postgresql.init               | 241 +++++++++++++++
 .../postgresql/files/postgresql.pam                |   4 +
 meta-oe/recipes-support/postgresql/postgresql.inc  | 330 +++++++++++++++++++--
 4 files changed, 560 insertions(+), 19 deletions(-)

Diff:   http://git.openembedded.org/?p=meta-openembedded.git/?a=commitdiff;h=31d7730c9d7481323640197c1ad6b3fc0af86e9c


More information about the Openembedded-commits mailing list