sdk: use git-src-full to allow Git versioning
authorKuan-Yi Li <kyli@abysm.org>
Fri, 4 Nov 2022 16:16:36 +0000 (00:16 +0800)
committerPaul Spooren <mail@aparcar.org>
Sun, 6 Nov 2022 16:08:23 +0000 (17:08 +0100)
commitf795ecc0ddb40a3d796e6faaa177b545923efc70
treed50b3d82d1e0f7b70e4e8843245edcc956ce7c11
parentaca8bb5cc332f0ffdf4249e76b0a56716f98bef0
sdk: use git-src-full to allow Git versioning

$(AUTORELEASE) uses Git log to determine releases and package timestamps.

Base feed is shallow cloned by default in generated SDK, resulting in
an incomplete Git log and therefore different local package versions than
offered upstream.

This patch complements commit 7fae1e5677 by setting the base feed to use
`src-git-full` to solve that.

Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
target/sdk/Makefile