diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-12-18 23:51:46 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-12-19 00:28:40 +0000 |
commit | de3651df110c9c610b0d473d7ce90a10ec531a7a (patch) | |
tree | 43b47338eaffe0c2e196c192bcc7878f9d872f58 /recipes-core/udev | |
parent | 172c63e28c9765729815c796575f36bc99e6d5d7 (diff) |
Remove unneeded recipehalibut_8.0.4halibut/8.0.48.0.4
This removes a warning.
Change-Id: I7054d7770531577be6b7e609369a684b9d5fe716
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-core/udev')
-rw-r--r-- | recipes-core/udev/demo-most-udev-conf_1.0.bb | 19 |
1 files changed, 0 insertions, 19 deletions
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 index ab71f96b2..000000000 --- a/recipes-core/udev/demo-most-udev-conf_1.0.bb +++ /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" |