mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
fc78d37ff0
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
19 lines
374 B
BlitzBasic
19 lines
374 B
BlitzBasic
SUMMARY = "A handy serial sniffer"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a"
|
|
|
|
PV = "2.3.6+git"
|
|
|
|
SRC_URI = "git://github.com/snarlistic/jpnevulator.git;protocol=https;branch=master"
|
|
SRCREV = "bc1d4f6587a4a4829b5d55e3ca7ad584da6de545"
|
|
|
|
|
|
do_compile() {
|
|
oe_runmake
|
|
}
|
|
|
|
do_install() {
|
|
oe_runmake install 'DESTDIR=${D}'
|
|
}
|
|
|