blob: 824787083a0d7f5426a7681eb0ce28f589400ec9 [file] [log] [blame]
Brad Bishop996bc452019-12-02 13:05:15 -05001DESCRIPTION = "emlog is a Linux kernel module that makes it easy to access the \
2most recent (and only the most recent) output from a process"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "GPL-2.0-only"
Brad Bishop996bc452019-12-02 13:05:15 -05004LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5
Andrew Geissler595f6302022-01-24 19:11:47 +00006SRC_URI = "git://github.com/nicupavel/emlog.git;protocol=http;branch=master;protocol=https"
Brad Bishop996bc452019-12-02 13:05:15 -05007SRCREV = "aee53e8dee862f35291242ba41b0ca88010f6c71"
8
9S = "${WORKDIR}/git"
10
11EXTRA_OEMAKE += " \
12 CFLAGS='${TARGET_CFLAGS}' \
13"