diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-06-11 14:36:12 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:56 -0400 |
| commit | c199e0a83897fc9c0d24c018767171a6feed2108 (patch) | |
| tree | 34e75b2a1b1ad6df1f52dc30bd81f1aace73b4e6 /meta-openstack/recipes-devtools/python | |
| parent | c7593c10415bcbc613b3b2b9d5dc7f2a19b88f24 (diff) | |
| download | meta-cloud-services-c199e0a83897fc9c0d24c018767171a6feed2108.tar.gz | |
python-keystone: Split package into multiple components
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb b/meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb index 5bc772f..b543b13 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb | |||
| @@ -40,7 +40,8 @@ do_install_append() { | |||
| 40 | touch ${KEYSTONE_CONF_DIR}/keystone.db | 40 | touch ${KEYSTONE_CONF_DIR}/keystone.db |
| 41 | } | 41 | } |
| 42 | 42 | ||
| 43 | pkg_postinst_${PN} () { | 43 | pkg_postinst_${SRCNAME} () { |
| 44 | |||
| 44 | if [ "x$D" != "x" ]; then | 45 | if [ "x$D" != "x" ]; then |
| 45 | exit 1 | 46 | exit 1 |
| 46 | fi | 47 | fi |
| @@ -56,7 +57,13 @@ pkg_postinst_${PN} () { | |||
| 56 | bash /etc/keystone/identity.sh | 57 | bash /etc/keystone/identity.sh |
| 57 | } | 58 | } |
| 58 | 59 | ||
| 59 | FILES_${PN} += "${sysconfdir}/${SRCNAME}/*" | 60 | PACKAGES += " ${SRCNAME}" |
| 61 | |||
| 62 | FILES_${PN} = "${libdir}/*" | ||
| 63 | |||
| 64 | FILES_${SRCNAME} = "${bindir}/* \ | ||
| 65 | ${sysconfdir}/${SRCNAME}/* \ | ||
| 66 | ${sysconfdir}/init.d/* " | ||
| 60 | 67 | ||
| 61 | RDEPENDS_${PN} += "python-pam \ | 68 | RDEPENDS_${PN} += "python-pam \ |
| 62 | python-webob \ | 69 | python-webob \ |
| @@ -73,3 +80,6 @@ RDEPENDS_${PN} += "python-pam \ | |||
| 73 | python-keystoneclient \ | 80 | python-keystoneclient \ |
| 74 | python-oslo.config \ | 81 | python-oslo.config \ |
| 75 | " | 82 | " |
| 83 | |||
| 84 | RDEPENDS_${SRCNAME} = "${PN} \ | ||
| 85 | postgresql postgresql-client python-psycopg2" | ||
