diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-11-08 18:17:41 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-08 22:51:28 -0800 |
commit | 59410b1587fd29ba9351a00b6abd1b775159f041 (patch) | |
tree | d99ce8bbda78e9feefbd3ff167c5c4af21263e79 | |
parent | 7bd2cd290c14330cc4b10804532d71563ee57a0e (diff) | |
download | meta-openembedded-59410b1587fd29ba9351a00b6abd1b775159f041.tar.gz |
emlog: Drop SRCPV
Its not needed anymore.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-core/emlog/emlog.inc | 2 |
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 160a5a9f87..631e52f388 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 | ||
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 | SRCREV = "a9bbf324fde131ff4cf064e32674086c4ced4dca" | 7 | SRCREV = "a9bbf324fde131ff4cf064e32674086c4ced4dca" |
8 | PV = "0.70+git${SRCPV}" | 8 | PV = "0.70+git" |
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||
11 | EXTRA_OEMAKE += " \ | 11 | EXTRA_OEMAKE += " \ |