added my Recipes
This commit is contained in:
13
meta-openembedded/meta-oe/recipes-core/emlog/emlog.inc
Normal file
13
meta-openembedded/meta-oe/recipes-core/emlog/emlog.inc
Normal file
@@ -0,0 +1,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 = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
SRC_URI = "git://github.com/nicupavel/emlog.git;protocol=https;branch=master"
|
||||
SRCREV = "aee53e8dee862f35291242ba41b0ca88010f6c71"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OEMAKE += " \
|
||||
CFLAGS='${TARGET_CFLAGS}' \
|
||||
"
|
||||
Reference in New Issue
Block a user