diff options
Diffstat (limited to 'meta-oe/recipes-core/emlog/emlog.inc')
-rw-r--r-- | meta-oe/recipes-core/emlog/emlog.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/emlog/emlog.inc b/meta-oe/recipes-core/emlog/emlog.inc index 631e52f388..ff2a106c6e 100644 --- a/meta-oe/recipes-core/emlog/emlog.inc +++ b/meta-oe/recipes-core/emlog/emlog.inc | |||
@@ -4,9 +4,11 @@ LICENSE = "GPL-2.0-only" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/nicupavel/emlog.git;protocol=https;branch=master" | 6 | SRC_URI = "git://github.com/nicupavel/emlog.git;protocol=https;branch=master" |
7 | SRC_URI += "file://0001-emlog-Do-not-use-no_llseek-with-kernel-6.12.0.patch" | ||
7 | SRCREV = "a9bbf324fde131ff4cf064e32674086c4ced4dca" | 8 | SRCREV = "a9bbf324fde131ff4cf064e32674086c4ced4dca" |
8 | PV = "0.70+git" | 9 | PV = "0.70+git" |
9 | S = "${WORKDIR}/git" | 10 | |
11 | CVE_PRODUCT = "nicupavel:emlog" | ||
10 | 12 | ||
11 | EXTRA_OEMAKE += " \ | 13 | EXTRA_OEMAKE += " \ |
12 | CFLAGS='${TARGET_CFLAGS}' \ | 14 | CFLAGS='${TARGET_CFLAGS}' \ |