diff options
-rw-r--r-- | meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb b/meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb new file mode 100644 index 0000000000..d2819f76c5 --- /dev/null +++ b/meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | SUMMARY = "A handy serial sniffer" | ||
2 | LICENSE = "GPL-2.0" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" | ||
4 | |||
5 | PV = "2.3.4+git${SRCPV}" | ||
6 | |||
7 | SRC_URI = "git://github.com/snarlistic/jpnevulator.git;protocol=http" | ||
8 | SRCREV = "97438ecbd52fbc01540221bc590f8388a43c74e0" | ||
9 | |||
10 | S = "${WORKDIR}/git" | ||
11 | |||
12 | do_compile() { | ||
13 | oe_runmake | ||
14 | } | ||
15 | |||
16 | do_install() { | ||
17 | oe_runmake install 'DESTDIR=${D}' | ||
18 | } | ||
19 | |||