diff options
author | Sofiane HAMAM <sofiane.hamam@smile.fr> | 2025-03-13 16:30:57 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-13 22:09:36 -0700 |
commit | 84c628b4ff943eaae11851235925d0096e5da4f5 (patch) | |
tree | 9729eb7aa7f1473d049476207f363860fe8e0dbc | |
parent | 90f3c2118697b1094736bdc7367a87482660d470 (diff) | |
download | meta-openembedded-84c628b4ff943eaae11851235925d0096e5da4f5.tar.gz |
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 <sofiane.hamam@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/neon/neon_0.33.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
5 | LIC_FILES_CHKSUM = "file://src/COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a \ | 5 | LIC_FILES_CHKSUM = "file://src/COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a \ |
6 | file://src/ne_utils.h;beginline=1;endline=20;md5=34c8e338bfa0237561e68d30c3c71133" | 6 | file://src/ne_utils.h;beginline=1;endline=20;md5=34c8e338bfa0237561e68d30c3c71133" |
7 | 7 | ||
8 | SRC_URI = "${DEBIAN_MIRROR}/main/n/neon27/neon27_${PV}.orig.tar.gz \ | 8 | SRC_URI = "https://notroj.github.io/neon/neon-${PV}.tar.gz \ |
9 | file://pkgconfig.patch \ | 9 | file://pkgconfig.patch \ |
10 | file://0001-Disable-installing-documentation.patch \ | 10 | file://0001-Disable-installing-documentation.patch \ |
11 | file://run-ptest \ | 11 | file://run-ptest \ |