mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
d27a9c3b6e
This will remove false-positive CVE-2024-50655 from reports.
There are different emlog components from other vendors around.
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit d8d45d9093)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
16 lines
497 B
PHP
16 lines
497 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"
|
|
SRCREV = "a9bbf324fde131ff4cf064e32674086c4ced4dca"
|
|
PV = "0.70+git"
|
|
S = "${WORKDIR}/git"
|
|
|
|
CVE_PRODUCT = "nicupavel:emlog"
|
|
|
|
EXTRA_OEMAKE += " \
|
|
CFLAGS='${TARGET_CFLAGS}' \
|
|
"
|