Commit 742404cc8ab0 [postgres: move to recipes-dbs] in meta-openembedded moved the postgresql recipe to recipes-dbs. We usually try to match the bbappend's path with that of the bb so complete a matching move here.
Signed-off-by: Mark Asselstine <[email protected]> --- .../{recipes-support => recipes-dbs}/postgresql/postgresql/postgresql | 0 .../postgresql/postgresql/postgresql-init | 0 .../postgresql/postgresql/postgresql-init.service | 0 .../{recipes-support => recipes-dbs}/postgresql/postgresql_9.%.bbappend | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename meta-openstack/{recipes-support => recipes-dbs}/postgresql/postgresql/postgresql (100%) rename meta-openstack/{recipes-support => recipes-dbs}/postgresql/postgresql/postgresql-init (100%) rename meta-openstack/{recipes-support => recipes-dbs}/postgresql/postgresql/postgresql-init.service (100%) rename meta-openstack/{recipes-support => recipes-dbs}/postgresql/postgresql_9.%.bbappend (100%) diff --git a/meta-openstack/recipes-support/postgresql/postgresql/postgresql b/meta-openstack/recipes-dbs/postgresql/postgresql/postgresql similarity index 100% rename from meta-openstack/recipes-support/postgresql/postgresql/postgresql rename to meta-openstack/recipes-dbs/postgresql/postgresql/postgresql diff --git a/meta-openstack/recipes-support/postgresql/postgresql/postgresql-init b/meta-openstack/recipes-dbs/postgresql/postgresql/postgresql-init similarity index 100% rename from meta-openstack/recipes-support/postgresql/postgresql/postgresql-init rename to meta-openstack/recipes-dbs/postgresql/postgresql/postgresql-init diff --git a/meta-openstack/recipes-support/postgresql/postgresql/postgresql-init.service b/meta-openstack/recipes-dbs/postgresql/postgresql/postgresql-init.service similarity index 100% rename from meta-openstack/recipes-support/postgresql/postgresql/postgresql-init.service rename to meta-openstack/recipes-dbs/postgresql/postgresql/postgresql-init.service diff --git a/meta-openstack/recipes-support/postgresql/postgresql_9.%.bbappend b/meta-openstack/recipes-dbs/postgresql/postgresql_9.%.bbappend similarity index 100% rename from meta-openstack/recipes-support/postgresql/postgresql_9.%.bbappend rename to meta-openstack/recipes-dbs/postgresql/postgresql_9.%.bbappend -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
