From 84c628b4ff943eaae11851235925d0096e5da4f5 Mon Sep 17 00:00:00 2001 From: Sofiane HAMAM Date: Thu, 13 Mar 2025 16:30:57 +0100 Subject: [PATCH] neon: fix broken SRC_URI Update neon v0.33.0 SRC_URI, old one is not found in DEBIAN_MIRROR at the time of commiting. Signed-off-by: Sofiane HAMAM Signed-off-by: Khem Raj --- meta-oe/recipes-support/neon/neon_0.33.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/neon/neon_0.33.0.bb b/meta-oe/recipes-support/neon/neon_0.33.0.bb index 66398c6de0..0ab6d25f53 100644 --- a/meta-oe/recipes-support/neon/neon_0.33.0.bb +++ b/meta-oe/recipes-support/neon/neon_0.33.0.bb @@ -5,7 +5,7 @@ LICENSE = "LGPL-2.0-or-later" LIC_FILES_CHKSUM = "file://src/COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a \ file://src/ne_utils.h;beginline=1;endline=20;md5=34c8e338bfa0237561e68d30c3c71133" -SRC_URI = "${DEBIAN_MIRROR}/main/n/neon27/neon27_${PV}.orig.tar.gz \ +SRC_URI = "https://notroj.github.io/neon/neon-${PV}.tar.gz \ file://pkgconfig.patch \ file://0001-Disable-installing-documentation.patch \ file://run-ptest \