meta-patches: remove 0003-fix-postgresql_openstack-PGDATA-install-error.patch 12/5812/1
authorJackie Huang <jackie.huang@windriver.com>
Thu, 18 Mar 2021 02:03:28 +0000 (10:03 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Mon, 22 Mar 2021 05:57:02 +0000 (13:57 +0800)
This is fixed in meta-starlingx by commit:
===========================================================
commit d4ee39187200cb73726694cd3ece35f55e3adde1
Author: Babak Sarashki <babak.sarashki@windriver.com>
Date:   Mon Sep 28 22:18:57 2020 -0700

    postgres: Fix install error on none existent file

    Required to complete postgres build and  ported from upstream
    meta-cloud-services.  This commit to be removed when moving to
    to dunfell or later.

    Upstream commit: 8516070112019bd7b3a5c41eb55a042808a13089
    Closes-Bug: 1899552
    Change-Id: I9ec82e41567a41734a0b10445e4ada661693c4d7
Signed-off-by: Babak Sarashki <babak.sarashki@windriver.com>
===========================================================

Issue-ID: INF-213

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I5ecaee0004bf4101398cfdb5b72ccb6c0f7f8681

scripts/meta-patches/src_stx/meta-cloud-services/0003-fix-postgresql_openstack-PGDATA-install-error.patch [deleted file]

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
-