[meta-virtualization] [m-c-s][PATCH] postgresql: Fix issue where init script is not found.

Jeremy Puhlman jpuhlman at mvista.com
Tue Nov 6 13:58:21 PST 2018


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 at mvista.com>
---
 meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+FILESEXTRAPATHS_prepend := "${THISDIR}/postgresql:"
 
 SRC_URI += " \
     file://postgresql-init \
-- 
2.19.1



More information about the meta-virtualization mailing list