blob: d003279966af990495a10b1aefa5966d43ce5981 [file] [log] [blame]
Brad Bishop996bc452019-12-02 13:05:15 -05001SUMMARY = "A handy serial sniffer"
Andrew Geissler9aee5002022-03-30 16:27:02 +00002LICENSE = "GPL-2.0-only"
Brad Bishop996bc452019-12-02 13:05:15 -05003LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a"
4
Andrew Geissler4b7c1152020-11-30 19:55:29 -06005PV = "2.3.6+git${SRCPV}"
Brad Bishop996bc452019-12-02 13:05:15 -05006
Andrew Geissler595f6302022-01-24 19:11:47 +00007SRC_URI = "git://github.com/snarlistic/jpnevulator.git;protocol=http;branch=master;protocol=https"
Andrew Geissler4b7c1152020-11-30 19:55:29 -06008SRCREV = "bc1d4f6587a4a4829b5d55e3ca7ad584da6de545"
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