summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-11-14 11:23:49 +0100
committerArmin Kuster <akuster808@gmail.com>2023-12-17 15:36:41 -0500
commit77a7a2881d246b2f9f8f8dc1b5fe71eae821f652 (patch)
treed6e567430d784fe523941cbadd740be795839784
parentd9ba954b6a0aa4ece40c2e3e52ea1bd9c0f4a5b6 (diff)
downloadmeta-openembedded-77a7a2881d246b2f9f8f8dc1b5fe71eae821f652.tar.gz
emlog: Add PV
This is 0.70 release with few more commits on top. Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 08edc0b6ace0d04688a5617cf05546a7b8ba6cca) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-core/emlog/emlog.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/emlog/emlog.inc b/meta-oe/recipes-core/emlog/emlog.inc
index 948e18da4..fb3cd3f71 100644
--- a/meta-oe/recipes-core/emlog/emlog.inc
+++ b/meta-oe/recipes-core/emlog/emlog.inc
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5 5
6SRC_URI = "git://github.com/nicupavel/emlog.git;protocol=http;branch=master;protocol=https" 6SRC_URI = "git://github.com/nicupavel/emlog.git;protocol=http;branch=master;protocol=https"
7SRCREV = "aee53e8dee862f35291242ba41b0ca88010f6c71" 7SRCREV = "aee53e8dee862f35291242ba41b0ca88010f6c71"
8 8PV = "0.70+git${SRCPV}"
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
11EXTRA_OEMAKE += " \ 11EXTRA_OEMAKE += " \