meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-virt / recipes-connectivity / etcd / etcd_git.bbappend
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 (file)
index bbdb9a0..0000000
+++ /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
-}