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

Bruce Ashfield bruce.ashfield at gmail.com
Thu Nov 8 11:54:52 PST 2018


Thanks Jeremy,

merged.

Bruce
On Tue, Nov 6, 2018 at 4:58 PM Jeremy Puhlman <jpuhlman at mvista.com> wrote:
>
> 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
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


More information about the meta-virtualization mailing list