summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2018-11-06 13:58:21 -0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-11-08 14:53:34 -0500
commit5dec08769e026980e3b5d3217dbbe2ebd87bf33c (patch)
treeecc31b04124e9db28159be839a506625b70aba84
parent4262e890cacaa14ebe78086fbf774c8c2bda92f1 (diff)
downloadmeta-cloud-services-thud.tar.gz
postgresql: Fix issue where init script is not found.thud
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>
-rw-r--r--meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc b/meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc
index 5bf25e1..b6a9c3c 100644
--- a/meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc
+++ b/meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc
@@ -1,4 +1,4 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/postgresql:"
2 2
3SRC_URI += " \ 3SRC_URI += " \
4 file://postgresql-init \ 4 file://postgresql-init \