lxqt.bbclass: remove protocol=git from SRC_URI

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-11-03 17:21:13 +01:00
parent 1acf71651a
commit 0aaab5e10e

View File

@@ -4,5 +4,5 @@ HOMEPAGE = "http://lxqt.org/"
DEPENDS += "lxqt-build-tools qtbase qttools-native"
SRC_URI = "git://github.com/lxqt/${BPN}.git;protocol=git;branch=master"
SRC_URI = "git://github.com/lxqt/${BPN}.git;branch=master"
S = "${WORKDIR}/git"