X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-flock%2Fstx-metal%2Fmtce-control.bb;fp=meta-starlingx%2Fmeta-stx-flock%2Fstx-metal%2Fmtce-control.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=20084e74aeea352bee47fe878b864ac981de4e0a;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-flock/stx-metal/mtce-control.bb b/meta-starlingx/meta-stx-flock/stx-metal/mtce-control.bb deleted file mode 100644 index 20084e7..0000000 --- a/meta-starlingx/meta-stx-flock/stx-metal/mtce-control.bb +++ /dev/null @@ -1,36 +0,0 @@ -require metal-common.inc - -SUBPATH0 = "mtce-control/src/" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRC_URI += "file://0001-mtce-control-dont-install-empty-directory-unless-nee.patch;striplevel=3 \ - file://mtce-control-fix-hardcoded-path-for-hbsAgent.patch;striplevel=3 \ - file://mtce-control-adjust-unit-file-paths.patch;striplevel=3 \ - " - -RDEPENDS_${PN}_append = " \ - bash \ - systemd \ - lighttpd \ - qemu \ - " - -inherit systemd -SYSTEMD_PACKAGES = "${PN}" -SYSTEMD_SERVICE_${PN} = "hbsAgent.service" -SYSTEMD_AUTO_ENABLE_${PN} = "enable" - -do_configure[noexec] = "1" -do_compile[noexec] = "1" - -do_install() { - cd ${S} - oe_runmake buildroot=${D} \ - _sysconfdir=${sysconfdir} _unitdir=${systemd_system_unitdir} _datarootdir=${datadir} \ - install -} - -FILES_${PN}_append = " ${datadir}/licenses/mtce-control-1.0/LICENSE" -