sddm: 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:02 +01:00
parent 0aaab5e10e
commit 2928803f4f

View File

@@ -17,7 +17,7 @@ PACKAGECONFIG[pam] = "-DENABLE_PAM=ON, -DENABLE_PAM=OFF, libpam"
# Note: we should check default config changes by running sddm --example-config on target.
# This is usually done during build but does not work for our cross environment
SRC_URI = " \
git://github.com/sddm/${BPN}.git;protocol=git;branch=master \
git://github.com/sddm/${BPN}.git;branch=master \
file://0001-fix-qml-install-dir.patch \
file://0002-Workaround-missing-sessions.patch \
file://sddm.pam \