mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 06:53:16 +02:00
kronosnet: Fetch version tag with BB_GIT_SHALLOW_EXTRA_REFS
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
f955474be2
commit
d69edd9167
|
@ -14,6 +14,8 @@ DEPENDS = "doxygen-native libqb-native libxml2-native bzip2 libqb libxml2 libnl
|
|||
SRCREV = "da73f2a1e0ffe2aee15d4f705edf90ee8445e2d4"
|
||||
SRC_URI = "git://github.com/kronosnet/kronosnet;protocol=https;branch=stable1;tag=v${PV}"
|
||||
|
||||
BB_GIT_SHALLOW_EXTRA_REFS = "refs/tags/v${PV}"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/kronosnet/kronosnet/releases"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
|
Loading…
Reference in New Issue
Block a user