diff mbox series

[meta-networking,walnascar] kronosnet: Fetch version tag with BB_GIT_SHALLOW_EXTRA_REFS

Message ID 20251017145818.2019373-1-m.schwan@phytec.de
State New
Headers show
Series [meta-networking,walnascar] kronosnet: Fetch version tag with BB_GIT_SHALLOW_EXTRA_REFS | expand

Commit Message

Martin Schwan Oct. 17, 2025, 2:58 p.m. UTC
Fetch the needed Git tag by using BB_GIT_SHALLOW_EXTRA_REFS. This fixes
the following autotools configuration error:

| build-aux/git-version-gen: WARNING: .gitarchivever doesn't contain valid version tag
| build-aux/git-version-gen: ERROR: Can't find valid version. Please use valid git repository, released tarball or version tagged archive
| configure.ac:22: error: AC_INIT should be called with package and version arguments

Signed-off-by: Martin Schwan <m.schwan@phytec.de>
---
 meta-networking/recipes-extended/kronosnet/kronosnet_1.24.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-networking/recipes-extended/kronosnet/kronosnet_1.24.bb b/meta-networking/recipes-extended/kronosnet/kronosnet_1.24.bb
index cbd5e7a0fd..06807bef47 100644
--- a/meta-networking/recipes-extended/kronosnet/kronosnet_1.24.bb
+++ b/meta-networking/recipes-extended/kronosnet/kronosnet_1.24.bb
@@ -16,6 +16,8 @@  SRC_URI = "git://github.com/kronosnet/kronosnet;protocol=https;branch=stable1 \
            file://0001-links.c-Fix-build-with-gcc-12.patch \
            "
 
+BB_GIT_SHALLOW_EXTRA_REFS = "refs/tags/v${PV}"
+
 UPSTREAM_CHECK_URI = "https://github.com/kronosnet/kronosnet/releases"
 
 inherit autotools pkgconfig