X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-flock%2Fstx-update%2Fpatch-alarm.bb;fp=meta-starlingx%2Fmeta-stx-flock%2Fstx-update%2Fpatch-alarm.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=9de6d75ff28b7b039a251750831cb6599e804f70;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-flock/stx-update/patch-alarm.bb b/meta-starlingx/meta-stx-flock/stx-update/patch-alarm.bb deleted file mode 100644 index 9de6d75..0000000 --- a/meta-starlingx/meta-stx-flock/stx-update/patch-alarm.bb +++ /dev/null @@ -1,39 +0,0 @@ -DESCRIPTION = "TIS Platform Patching" -SUMMARY = "Patch alarm management" - -require update-common.inc - -SUBPATH0 = "patch-alarm/patch-alarm" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -RDEPENDS_${PN}_append = " \ - bash \ - python \ - python-requests-toolbelt \ - " - -inherit setuptools - -do_unpack_append() { - bb.build.exec_func('do_restore_files', d) -} - -do_restore_files() { - cd ${S} - git reset ${SRCREV} patch-alarm/scripts - git checkout patch-alarm/scripts -} - - -do_install_append () { - - cd ${S}/patch-alarm/ - - install -m 755 -d ${D}/${bindir} - install -m 755 -d ${D}/${sysconfdir}/init.d - - install -m 700 scripts/bin/patch-alarm-manager ${D}/${bindir}/ - install -m 700 scripts/init.d/patch-alarm-manager ${D}/${sysconfdir}/init.d/ -}