From aa59beae191febc33b8aa5cbff71768f8de5aba1 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Sat, 21 May 2022 01:40:44 +0300 Subject: [PATCH] bootrr: set the PV to include git revision info Signed-off-by: Dmitry Baryshkov --- recipes-test/bootrr/bootrr_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-test/bootrr/bootrr_git.bb b/recipes-test/bootrr/bootrr_git.bb index 70140a3..30ea3f8 100644 --- a/recipes-test/bootrr/bootrr_git.bb +++ b/recipes-test/bootrr/bootrr_git.bb @@ -10,6 +10,8 @@ SRC_URI = "\ S = "${WORKDIR}/git" +PV = "0.0+git${SRCPV}" + do_install() { oe_runmake install 'DESTDIR=${D}' }