mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-23 08:09:17 +00:00
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>
16 lines
553 B
PHP
16 lines
553 B
PHP
DESCRIPTION = "emlog is a Linux kernel module that makes it easy to access the \
|
|
most recent (and only the most recent) output from a process"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
|
|
SRC_URI = "git://github.com/nicupavel/emlog.git;protocol=https;branch=master"
|
|
SRC_URI += "file://0001-emlog-Do-not-use-no_llseek-with-kernel-6.12.0.patch"
|
|
SRCREV = "a9bbf324fde131ff4cf064e32674086c4ced4dca"
|
|
PV = "0.70+git"
|
|
|
|
CVE_PRODUCT = "nicupavel:emlog"
|
|
|
|
EXTRA_OEMAKE += " \
|
|
CFLAGS='${TARGET_CFLAGS}' \
|
|
"
|