remove xinetd, systemd.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-core / dropbear / dropbear_2012.55.bbappend
diff --git a/meta-openvuplus/recipes-core/dropbear/dropbear_2012.55.bbappend b/meta-openvuplus/recipes-core/dropbear/dropbear_2012.55.bbappend
deleted file mode 100644 (file)
index 21b00d1..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-PR .= "-vuplus0"
-
-SRC_URI += "file://dropbear.xinetd.in"
-
-inherit xinetd
-
-do_install_append() {
-        install -d ${D}${sysconfdir}/default
-        echo 'DAEMON="${base_bindir}/true"' >> ${D}${sysconfdir}/default/dropbear
-}
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-XINETD_PACKAGES = "${PN}-xinetd"
-XINETD_SERVICE_${PN}-xinetd = "dropbear"