summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc
Commit message (Collapse)AuthorAgeFilesLines
* global: overrides conversionBruce Ashfield2021-07-311-5/+5
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* postgresql: Fix install error on non existent fileBabak Sarashki2020-06-011-1/+1
| | | | | | | | Commit 103939fec ("postgresql: Allow successful run of postgresql-setup") renamed .bash_profile to .profile. This commit reflects the file rename. Signed-off-by: Babak Sarashki <babak.sarashki@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* postgresql: Fix issue where init script is not found.thudJeremy Puhlman2018-11-081-1/+1
| | | | | | | | | | layers/meta-cloud-services/meta-openstack/recipes-dbs/postgresql/defaultpkgname/ Something changed with the evaluation of :=, such that PN evaluates to defaultpkgname, thus the initscript is not found. Just set it to the correct name. Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* postgresql: make append version independentMingli Yu2018-10-111-0/+60
Make bbappend version independent and only effective when the openstack distro enabled. Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>