meta-patches: remove 0003-fix-postgresql_openstack-PGDATA-install-error.patch
[pti/rtp.git] / scripts / meta-patches / src_stx / meta-cloud-services / 0003-fix-postgresql_openstack-PGDATA-install-error.patch
diff --git a/scripts/meta-patches/src_stx/meta-cloud-services/0003-fix-postgresql_openstack-PGDATA-install-error.patch b/scripts/meta-patches/src_stx/meta-cloud-services/0003-fix-postgresql_openstack-PGDATA-install-error.patch
deleted file mode 100644 (file)
index 000518a..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-From 1b21535d1d627a882c3b28f90ff76ad8cffe5b08 Mon Sep 17 00:00:00 2001
-From: "Sar Ashki, Babak" <Babak.SarAshki@windriver.com>
-Date: Thu, 23 Jan 2020 11:15:21 -0800
-Subject: [PATCH 3/5] fix postgresql_openstack PGDATA install error
-
----
- 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 b6a9c3c..3de5845 100644
---- a/meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc
-+++ b/meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc
-@@ -35,7 +35,7 @@ do_install_append() {
-     sed -e "s:%SYSCONFIGDIR%:${sysconfdir}:g" -i ${PG_INIT_SERVICE_FILE}
-     # Update PGDATA throughout
--    files="${D}${localstatedir}/lib/${BPN}/.bash_profile"
-+    files="${D}${localstatedir}/lib/${BPN}/.profile"
-     files="$files ${D}${systemd_unitdir}/system/postgresql.service"
-     files="$files ${D}${bindir}/${BPN}-setup"
-     files="$files ${D}${sysconfdir}/init.d/${BPN}-server"
--- 
-2.23.0
-