[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
Fri Apr 18 09:48:15 UTC 2014


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

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=3def98cc9fd196ba9eaa48321024170dbb05d998


More information about the Openembedded-commits mailing list