mdio-tools: fix buildbot build
authorSebastian Kemper <redacted>
Mon, 23 Aug 2021 19:13:42 +0000 (21:13 +0200)
committerSebastian Kemper <redacted>
Mon, 23 Aug 2021 19:13:45 +0000 (21:13 +0200)
commitf0e12ae71be3ed27e63d6fb2693bbe1dc053396c
tree90c6bdcf5371257a37733690895a69f14fb62fa1
parent23ce5b0e6feb141b272d277a0b72a12add67d9b6
mdio-tools: fix buildbot build

On buildbots the build fails because git isn't finding any git repo and
then AC_INIT refuses to run:

fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
configure.ac:5: error: AC_INIT should be called with package and version arguments

Address this by substituting the git command with $(PKG_VERSION).

Signed-off-by: Sebastian Kemper <redacted>
net/mdio-tools/Makefile
git clone https://git.99rst.org/PROJECT