meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-support / puppet / puppet-oslo_git.bbappend
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 (file)
index 6d96c15..0000000
+++ /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