diff options
| -rw-r--r-- | meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb b/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb new file mode 100644 index 0000000000..7f08a82d61 --- /dev/null +++ b/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | DESCRIPTION = "Linux Serial Test Application" | ||
| 2 | HOMEPAGE = "https://github.com/cbrake/linux-serial-test" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSES/MIT;md5=544799d0b492f119fa04641d1b8868ed" | ||
| 5 | |||
| 6 | SRC_URI = "git://github.com/cbrake/linux-serial-test.git;protocol=https;branch=master" | ||
| 7 | |||
| 8 | PV = "0+git${SRCPV}" | ||
| 9 | SRCREV = "cacd2790eae7bf4767d4243f5b31134698d3b20d" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | inherit cmake | ||
