summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-09-25 21:49:38 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-09-30 17:07:18 +0100
commit8b9703569254cbc6cf882a53f5f92c890e14888a (patch)
treed77ec8f69821e490619fbd946da47650064e9c12 /meta/recipes-bsp
parentfabbfb295744eb2480c6f5585c42664b00138ce0 (diff)
downloadpoky-8b9703569254cbc6cf882a53f5f92c890e14888a.tar.gz
efivar: Drop addend to PV
We are at exact PR release point 39, drop the appends to PV (From OE-Core rev: 325f7982459c8febacaf8a156a32764dcec9da96) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/efivar/efivar_39.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-bsp/efivar/efivar_39.bb b/meta/recipes-bsp/efivar/efivar_39.bb
index aab319be91..fe213326a4 100644
--- a/meta/recipes-bsp/efivar/efivar_39.bb
+++ b/meta/recipes-bsp/efivar/efivar_39.bb
@@ -11,7 +11,6 @@ SRC_URI = "git://github.com/rhinstaller/efivar.git;branch=main;protocol=https \
11 file://0001-docs-do-not-build-efisecdb-manpage.patch \ 11 file://0001-docs-do-not-build-efisecdb-manpage.patch \
12 " 12 "
13SRCREV = "c47820c37ac26286559ec004de07d48d05f3308c" 13SRCREV = "c47820c37ac26286559ec004de07d48d05f3308c"
14PV .= "+39+git"
15 14
16S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
17 16