summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/serialtest/serial-test_git.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-devtools/serialtest/serial-test_git.bb b/recipes-devtools/serialtest/serial-test_git.bb
new file mode 100644
index 0000000..7cbc969
--- /dev/null
+++ b/recipes-devtools/serialtest/serial-test_git.bb
@@ -0,0 +1,12 @@
+SUMMARY = "Serial test application"
+HOMEPAGE = "https://github.com/cbrake/linux-serial-test"
+SECTION = "utils"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSES/MIT;md5=544799d0b492f119fa04641d1b8868ed"
+SRCREV = "d5d32b0765f0ae78e6ec4cbe6ad0800e470aaf67"
+
+SRC_URI = "git://github.com/cbrake/linux-serial-test.git;branch=master;protocol=git"
+
+S = "${WORKDIR}/git/"
+
+inherit cmake