X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Fpuppet-oslo_git.bbappend;fp=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Fpuppet-oslo_git.bbappend;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=6d96c1502a508a9e80f3198687044ec797bbb94e;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/puppet-oslo_git.bbappend b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/puppet-oslo_git.bbappend deleted file mode 100644 index 6d96c15..0000000 --- a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/puppet-oslo_git.bbappend +++ /dev/null @@ -1,18 +0,0 @@ -inherit stx-metadata - -STX_REPO = "integ" -STX_SUBPATH = "config/puppet-modules/openstack/${BP}/centos/patches" - -SRC_URI_STX += " \ - file://0001-Remove-log_dir-from-conf-files.patch \ - file://0002-add-psycopg2-drivername-to-postgresql-settings.patch \ - " - -do_install_append () { - # fix the name of python-memcached - sed -i -e 's/python-memcache\b/python-memcached/' ${D}/${datadir}/puppet/modules/oslo/manifests/params.pp -} - -RDEPENDS_${PN} += "python-memcached" - -inherit openssl10