aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/emlog/emlog.inc
blob: 948e18da4da519d7c4d1a34f0d7cd545f1dc910f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"

SRC_URI = "git://github.com/nicupavel/emlog.git;protocol=http;branch=master;protocol=https"
SRCREV = "aee53e8dee862f35291242ba41b0ca88010f6c71"

S = "${WORKDIR}/git"

EXTRA_OEMAKE += " \
    CFLAGS='${TARGET_CFLAGS}' \
"