Extend relese script with SRC_URI data for git access

This commit is contained in:
Andreas Cord-Landwehr
2021-06-25 20:03:28 +02:00
parent 7d8151445c
commit 1a7eb8e414

View File

@@ -45,6 +45,8 @@ cat <<EOM > $name
require \${PN}.inc
SRCREV = "v\${PV}"
SRC_URI = "git://invent.kde.org/frameworks/\${BPN};nobranch=1;protocol=https"
S = "\${WORKDIR}/git"
EOM
git add $name
done