From 57d02fb5febe6138b361a47b23d665f6ef0471f4 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 4 Aug 2024 18:19:42 +0200 Subject: [PATCH] light: update SRC_URI --- recipes-extended/light/light_git.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes-extended/light/light_git.bb b/recipes-extended/light/light_git.bb index b9d417f..98baa78 100644 --- a/recipes-extended/light/light_git.bb +++ b/recipes-extended/light/light_git.bb @@ -4,13 +4,11 @@ SECTION = "libs" LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -SRC_URI = " \ - git://github.com/haikarainen/light.git;protocol=https;branch=master \ -" +SRC_URI = "git://gitlab.com/dpeukert/light;protocol=https;branch=main" S = "${WORKDIR}/git" PV = "1.2.2" -SRCREV = "9faa9ae075f9e857aecb3eee8a028fc93108f1c2" +SRCREV = "2a54078cbe3814105ee4f565f451b1b5947fbde0" CFLAGS += " -fcommon"