X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-flock%2Fstx-gui%2Fstx-gui.bb;fp=meta-starlingx%2Fmeta-stx-flock%2Fstx-gui%2Fstx-gui.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=f51797b538dee6f06f79d3ad860a608029ab08be;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-flock/stx-gui/stx-gui.bb b/meta-starlingx/meta-stx-flock/stx-gui/stx-gui.bb deleted file mode 100644 index f51797b..0000000 --- a/meta-starlingx/meta-stx-flock/stx-gui/stx-gui.bb +++ /dev/null @@ -1,67 +0,0 @@ -DESCRIPTION = "stx-gui" - -PACKAGES = "starlingx-dashboard" - -PROTOCOL = "https" -BRANCH = "r/stx.3.0" -SRCREV = "d1c22e49a95f92e91049b96f44e685f46785977c" -S = "${WORKDIR}/git" -PV = "1.0.0" - -LICENSE = "Apache-2.0" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" - - - -SRC_URI = "git://opendev.org/starlingx/gui.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" - -inherit distutils python-dir - -DEPENDS = "\ - python \ - python-pbr-native \ - " - -RDEPENDS_starlingx-dashboard += " \ - python-django-horizon \ - " - -RDEPENDS_starlingx-dashboard_append = " \ - ${PYTHON_PN}-cephclient \ - " - -do_configure () { - cd ${S}/starlingx-dashboard/starlingx-dashboard - distutils_do_configure -} - - -do_compile () { - cd ${S}/starlingx-dashboard/starlingx-dashboard - distutils_do_compile -} - - -do_install () { - cd ${S}/starlingx-dashboard/starlingx-dashboard - distutils_do_install - - install -d -m 0755 ${D}/${datadir}/openstack-dashboard/openstack_dashboard/enabled/ - install -d -m 0755 ${D}/${datadir}/openstack-dashboard/openstack_dashboard/themes/starlingx/ - install -d -m 0755 ${D}/${datadir}/openstack-dashboard/openstack_dashboard/local/local_settings.d - cp -ra ${D}${PYTHON_SITEPACKAGES_DIR}/starlingx_dashboard/enabled/* \ - ${D}/${datadir}/openstack-dashboard/openstack_dashboard/enabled/ - cp -ra ${D}${PYTHON_SITEPACKAGES_DIR}/starlingx_dashboard/themes/starlingx/* \ - ${D}/${datadir}/openstack-dashboard/openstack_dashboard/themes/starlingx/ - cp -ra ${D}${PYTHON_SITEPACKAGES_DIR}/starlingx_dashboard/local/local_settings.d/* \ - ${D}/${datadir}/openstack-dashboard/openstack_dashboard/local/local_settings.d - # comment out this line with syntax error - sed -i -e 's|^OPENSTACK_NEUTRON_NETWORK|# &|' \ - ${D}/${datadir}/openstack-dashboard/openstack_dashboard/local/local_settings.d/_30_stx_local_settings.py -} - -FILES_starlingx-dashboard = " \ - ${PYTHON_SITEPACKAGES_DIR} \ - ${datadir}/openstack-dashboard/openstack_dashboard \ - "