diff mbox series

[meta-oe] boardid: remove default tasks and PV

Message ID 20260921223112.125955-1-joaohf@gmail.com
State Under Review
Headers show
Series [meta-oe] boardid: remove default tasks and PV | expand

Commit Message

João Henrique Ferreira de Freitas Sept. 21, 2026, 10:31 p.m. UTC
Also pass tag= to SRC_URI in order to validate SRCREV.

Signed-off-by: João Henrique Ferreira de Freitas <joaohf@gmail.com>
CC: Ross Burton <Ross.Burton@arm.com>
CC: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-extended/boardid/boardid_1.15.0.bb | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/boardid/boardid_1.15.0.bb b/meta-oe/recipes-extended/boardid/boardid_1.15.0.bb
index 8e88ec9371..71cffdf1c4 100644
--- a/meta-oe/recipes-extended/boardid/boardid_1.15.0.bb
+++ b/meta-oe/recipes-extended/boardid/boardid_1.15.0.bb
@@ -9,19 +9,10 @@  LIC_FILES_CHKSUM = "file://LICENSES/Apache-2.0.txt;md5=c846ebb396f8b174b10ded477
                     file://LICENSES/CC0-1.0.txt;md5=65d3616852dbf7b1a6d4b53b00626032 \
                     file://LICENSES/CC-BY-4.0.txt;md5=9b33bbd06fb58995fb0e299cd38d1838"
 
-SRC_URI = "git://github.com/nerves-project/boardid/;protocol=https;branch=main"
+SRC_URI = "git://github.com/nerves-project/boardid/;protocol=https;branch=main;tag=v${PV}"
 
-PV = "1.15.0"
 SRCREV = "2ccf22a8be22d7597e16fb225c1173876674f7a4"
 
-do_configure () {
-	:
-}
-
-do_compile () {
-	oe_runmake
-}
-
 do_install () {
         install -d ${D}${bindir}
         install -m 0755 ${S}/boardid ${D}${bindir}