mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
Drop the patch that is included in this release. Actually that is also the changelog since the previous version - there were no other changes beside the accepted patch. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
476 B
PHP
15 lines
476 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 = "a50aae487f689c1abb46b151abc68d6635b9b2fe"
|
|
PV = "0.70+git"
|
|
|
|
CVE_PRODUCT = "nicupavel:emlog"
|
|
|
|
EXTRA_OEMAKE += " \
|
|
CFLAGS='${TARGET_CFLAGS}' \
|
|
"
|