1SUMMARY = "A handy serial sniffer" 2LICENSE = "GPL-2.0" 3LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" 4 5PV = "2.3.6+git${SRCPV}" 6 7SRC_URI = "git://github.com/snarlistic/jpnevulator.git;protocol=http;branch=master;protocol=https" 8SRCREV = "bc1d4f6587a4a4829b5d55e3ca7ad584da6de545" 9 10S = "${WORKDIR}/git" 11 12do_compile() { 13 oe_runmake 14} 15 16do_install() { 17 oe_runmake install 'DESTDIR=${D}' 18} 19 20