Thanks Jeremy, merged.
Bruce On Tue, Nov 6, 2018 at 4:58 PM Jeremy Puhlman <[email protected]> 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 <[email protected]> > --- > 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 > [email protected] > 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 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
