X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-virt%2Frecipes-connectivity%2Fetcd%2Fetcd_git.bbappend;fp=meta-starlingx%2Fmeta-stx-virt%2Frecipes-connectivity%2Fetcd%2Fetcd_git.bbappend;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=bbdb9a07a4574ccdc75be5f9bef1029410f6aa96;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-virt/recipes-connectivity/etcd/etcd_git.bbappend b/meta-starlingx/meta-stx-virt/recipes-connectivity/etcd/etcd_git.bbappend deleted file mode 100644 index bbdb9a0..0000000 --- a/meta-starlingx/meta-stx-virt/recipes-connectivity/etcd/etcd_git.bbappend +++ /dev/null @@ -1,16 +0,0 @@ - -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -SRC_URI += " \ - file://etcd.service \ - file://etcd.conf \ - " - -SYSTEMD_PACKAGES = "${PN}" -SYSTEMD_SERVICE_${PN} = "etcd.service" -SYSTEMD_AUTO_ENABLE_${PN} = "disable" - -do_install_append() { - install -m 0644 ${WORKDIR}/etcd.service ${D}${systemd_system_unitdir} - install -d ${D}${sysconfdir}/etcd - install -m 0644 ${WORKDIR}/etcd.conf ${D}${sysconfdir}/etcd -}