blob: 50dd74b685b8b25ac4b042bddd6196af77470611 [file] [log] [blame]
Brad Bishop996bc452019-12-02 13:05:15 -05001SUMMARY = "A handy serial sniffer"
2LICENSE = "GPL-2.0"
3LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a"
4
Andrew Geissler89770b02020-06-13 10:40:47 -05005PV = "2.3.5+git${SRCPV}"
Brad Bishop996bc452019-12-02 13:05:15 -05006
7SRC_URI = "git://github.com/snarlistic/jpnevulator.git;protocol=http"
Andrew Geissler89770b02020-06-13 10:40:47 -05008SRCREV = "c2d857091c0dfed05139ac07ea9b0f36ad259638"
Brad Bishop996bc452019-12-02 13:05:15 -05009
10S = "${WORKDIR}/git"
11
12do_compile() {
13 oe_runmake
14}
15
16do_install() {
17 oe_runmake install 'DESTDIR=${D}'
18}
19