aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/net-kexec/net-kexec_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/net-kexec/net-kexec_1.0.bb')
-rw-r--r--recipes-devtools/net-kexec/net-kexec_1.0.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes-devtools/net-kexec/net-kexec_1.0.bb b/recipes-devtools/net-kexec/net-kexec_1.0.bb
deleted file mode 100644
index 4de0f0a..0000000
--- a/recipes-devtools/net-kexec/net-kexec_1.0.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright (C) 2014 Romain Perier <romain.perier@gmail.com>
-# Released under the MIT license (see COPYING.MIT for the terms)
-
-SUMMARY = "Extremely basic script to kexec over the network"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-SRC_URI = "file://net-kexec.sh"
-
-PR = "r1"
-
-RDEPENDS_${PN} += "kexec"
-
-do_install() {
- install -d ${D}/sbin
- install -m 0755 ${WORKDIR}/net-kexec.sh ${D}/sbin/net-kexec
-}
-
-inherit allarch
-
-FILES_${PN} += "/sbin/net-kexec"