summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-08-02 17:26:31 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-08-06 21:03:43 +0300
commitdc3bfb64eda4ac7dd24cb6b81191825807ad176d (patch)
tree0169badfe54dbe5a2cee3c6cae26bf20f036765d
parent7c6061e3ec67904c7e9b9c35dbf41712521cc885 (diff)
downloadopenbmc-dc3bfb64eda4ac7dd24cb6b81191825807ad176d.tar.xz
meta-phosphor: inarp: drop unused recipe
(From meta-phosphor rev: 2a567ce0937943244d8156e6c4fca80a43d8cbac) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I81bc4618795d3c2d22c74cb9423e94cde14d96a0 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/network/inarp/inarp.service10
-rw-r--r--meta-phosphor/recipes-phosphor/network/inarp_git.bb20
2 files changed, 0 insertions, 30 deletions
diff --git a/meta-phosphor/recipes-phosphor/network/inarp/inarp.service b/meta-phosphor/recipes-phosphor/network/inarp/inarp.service
deleted file mode 100644
index 6e85131e1..000000000
--- a/meta-phosphor/recipes-phosphor/network/inarp/inarp.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=Phosphor Inverse ARP
-
-[Service]
-ExecStart=/usr/bin/env inarp
-SyslogIdentifier=inarp
-Restart=always
-
-[Install]
-WantedBy=multi-user.target
diff --git a/meta-phosphor/recipes-phosphor/network/inarp_git.bb b/meta-phosphor/recipes-phosphor/network/inarp_git.bb
deleted file mode 100644
index b03ef5ec9..000000000
--- a/meta-phosphor/recipes-phosphor/network/inarp_git.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-SUMMARY = "Inverse ARP daemon"
-DESCRIPTION = "Daemon to respond to Inverse-ARP requests"
-HOMEPAGE = "http://github.com/openbmc/inarp"
-PR = "r1"
-PV = "1.0+git${SRCPV}"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
-
-inherit autotools
-inherit obmc-phosphor-systemd
-
-DEPENDS += "autoconf-archive-native"
-RDEPENDS_${PN} += "phosphor-network"
-
-SRC_URI += "git://github.com/openbmc/inarp"
-SRCREV = "6d579909fc8e623e8a0dd6d4a32a4aee725c32f7"
-
-S = "${WORKDIR}/git"
-
-exec_prefix="/usr/local"