Remove unneeded recipe 26/23426/3 8.0.4 halibut/8.0.4 halibut_8.0.4
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 18 Dec 2019 22:51:46 +0000 (23:51 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 19 Dec 2019 00:28:40 +0000 (00:28 +0000)
This removes a warning.

Change-Id: I7054d7770531577be6b7e609369a684b9d5fe716
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
recipes-core/udev/demo-most-udev-conf_1.0.bb [deleted file]

diff --git a/recipes-core/udev/demo-most-udev-conf_1.0.bb b/recipes-core/udev/demo-most-udev-conf_1.0.bb
deleted file mode 100644 (file)
index ab71f96..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-SUMMARY = "MOST demo hardware udev configuration"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-
-SRC_URI = "file://99-agl-fibredyne-amp.rules \
-           file://enable-agl-demo-hal.sh \
-"
-
-do_compile[noexec] = "1"
-
-do_install() {
-    install -d ${D}${sbindir}
-    install -m 0755 ${WORKDIR}/enable-agl-demo-hal.sh ${D}${sbindir}
-
-    install -d ${D}${sysconfdir}/udev/rules.d
-    install -m 0644 ${WORKDIR}/99-agl-fibredyne-amp.rules ${D}${sysconfdir}/udev/rules.d/
-}
-
-RDEPENDS_${PN} += "bash"