lxmenu-data: 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:22:27 +01:00
parent 2928803f4f
commit 3eb62bf551

View File

@@ -6,7 +6,7 @@ inherit autotools gettext
DEPENDS = "glib-2.0-native intltool-native"
SRC_URI = "git://github.com/lxde/${BPN}.git;protocol=git;branch=master"
SRC_URI = "git://github.com/lxde/${BPN}.git;branch=master"
S = "${WORKDIR}/git"
SRCREV = "3b14415ff9862e6b79577fd4b9a097965001b270"