X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwcal%2Fplugins%2Fvala%2Frwcal_openstack%2FCMakeLists.txt;h=624c1c0037aebaaef4719dcabc0aa59894ada368;hb=f314b4af9744068a7ed7a6a6314220c3aa857523;hp=97d314be333ea5e3af7b2e61bc3d1b0cd93e5318;hpb=6f1a3fe149e4a6b9803382cb299c902f4cf58ec9;p=osm%2FSO.git diff --git a/rwcal/plugins/vala/rwcal_openstack/CMakeLists.txt b/rwcal/plugins/vala/rwcal_openstack/CMakeLists.txt index 97d314be..624c1c00 100644 --- a/rwcal/plugins/vala/rwcal_openstack/CMakeLists.txt +++ b/rwcal/plugins/vala/rwcal_openstack/CMakeLists.txt @@ -18,12 +18,9 @@ include(rift_plugin) ### rwcal-openstack package -set(PKG_NAME rwcal-openstack) -set(PKG_VERSION 1.0) -set(PKG_RELEASE 1) -set(PKG_LONG_NAME ${PKG_NAME}-${PKG_VERSION}) +set(INSTALL_COMPONENT rwcal-plugin-openstack) -rift_install_python_plugin(rwcal_openstack rwcal_openstack.py) +rift_install_gobject_python_plugin(rwcal_openstack rwcal_openstack.py COMPONENT ${INSTALL_COMPONENT}) rift_python_install_tree( FILES @@ -54,5 +51,5 @@ rift_python_install_tree( rift/rwcal/openstack/utils/image.py PYTHON3_ONLY - COMPONENT ${PKG_LONG_NAME}) + COMPONENT ${INSTALL_COMPONENT})