meta-starlingx/meta-stx-cloud/recipes-support/puppet/puppet-oslo_git.bbappend
Babak Sarashki 63b6601bdd meta-stx: update LICENSE and copyright info
- Change License from Apache2 to MIT.
- Remove Copyright from individual recipes
- Move License to README.md
- Add meta-stx Copyright to README.md

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
2020-06-08 13:00:26 -07:00

16 lines
436 B
Plaintext

FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI += " \
file://puppet-oslo/0001-Remove-log_dir-from-conf-files.patch \
file://puppet-oslo/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