summaryrefslogtreecommitdiff
path: root/recipes-kernel/rs9113/rs9113rf.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/rs9113/rs9113rf.inc')
-rw-r--r--recipes-kernel/rs9113/rs9113rf.inc30
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes-kernel/rs9113/rs9113rf.inc b/recipes-kernel/rs9113/rs9113rf.inc
deleted file mode 100644
index 86a1f5e..0000000
--- a/recipes-kernel/rs9113/rs9113rf.inc
+++ /dev/null
@@ -1,30 +0,0 @@
-DESCRIPTION = "Immunity testing for rs9113"
-SECTION = "base"
-PRIORITY = "optional"
-LICENSE = "GPLv2+"
-PR = "r2"
-inherit allarch
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
-SRC_URI = " \
- file://rf/LICENSE.txt \
- file://rf/ble2 \
- file://rf/bt \
- file://rf/bt2 \
- file://rf/btr \
- file://rf/stop \
- file://rf/ubt \
- file://rf/uwf \
- file://rf/wf \
- file://rf/wf2 \
- file://rf/wfr \
- "
-
-FILES_${PN} = "/opt/rs9113rf"
-
-RDEPENDS_${PN} = "bash"
-
-do_install() {
- install -m 0755 -d ${D}/opt/rs9113rf
- install -m 0755 ${WORKDIR}/rf/[^L]* ${D}/opt/rs9113rf
- install -m 0444 ${WORKDIR}/rf/LICENSE.txt ${D}/opt/rs9113rf
-}