mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
7fbb276718
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Armin Kuster <akuster808@gmail.com>
14 lines
456 B
PHP
14 lines
456 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 = "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}' \
|
|
"
|