summaryrefslogtreecommitdiffstats
path: root/bsp/meta-boundary/recipes-core/microcom/microcom_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/meta-boundary/recipes-core/microcom/microcom_git.bb')
-rw-r--r--bsp/meta-boundary/recipes-core/microcom/microcom_git.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/bsp/meta-boundary/recipes-core/microcom/microcom_git.bb b/bsp/meta-boundary/recipes-core/microcom/microcom_git.bb
deleted file mode 100644
index 68dfa5e1..00000000
--- a/bsp/meta-boundary/recipes-core/microcom/microcom_git.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "microcom is a small minicom-like serial terminal emulator with scripting support."
-LICENSE = "GPLv3"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-
-SRCREV = "5ea09fd573a56efeba3c2cc07e41537d52d3de48"
-SRC_URI = "git://github.com/Oliviers-OSS/microcom;branch=master"
-
-S = "${WORKDIR}/git"
-
-do_install () {
- install -d ${D}${bindir}
- install -m 0755 microcom ${D}${bindir}
-}
-
-inherit autotools