summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-01-25 18:06:23 +0100
committerKhem Raj <raj.khem@gmail.com>2026-01-27 11:58:29 -0800
commit47efd1f9b8c61d4516cc4f6937431e004c5de856 (patch)
tree59ecb183e55c12f989d77c780b6eb3f5cc3b2671 /meta-oe
parentfd562c65c60edd774a36860b6daed485247d4bfb (diff)
downloadmeta-openembedded-47efd1f9b8c61d4516cc4f6937431e004c5de856.tar.gz
sblim-sfcc: fix SRC_URI
The old URL is gone - set a working mirror. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc_2.2.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc_2.2.8.bb b/meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc_2.2.8.bb
index 733cddc88b..dc6e12fd80 100644
--- a/meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc_2.2.8.bb
+++ b/meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc_2.2.8.bb
@@ -2,7 +2,7 @@ SUMMARY = "Small Footprint CIM Client Library"
2DESCRIPTION = "Small Footprint CIM Client Library Runtime Libraries" 2DESCRIPTION = "Small Footprint CIM Client Library Runtime Libraries"
3HOMEPAGE = "http://www.sblim.org" 3HOMEPAGE = "http://www.sblim.org"
4 4
5SRC_URI = "http://netcologne.dl.sourceforge.net/project/sblim/${BPN}/${BPN}-${PV}.tar.bz2 \ 5SRC_URI = "${SOURCEFORGE_MIRROR}/sblim/${BPN}/${BPN}-${PV}.tar.bz2 \
6 file://0001-cimxml-Include-sys-select.h-for-fd_set.patch \ 6 file://0001-cimxml-Include-sys-select.h-for-fd_set.patch \
7 file://0001-Fix-implicit-function-declarations.patch \ 7 file://0001-Fix-implicit-function-declarations.patch \
8 file://0001-Fix-incompatible-pointer-type-error-with-gcc-option.patch \ 8 file://0001-Fix-incompatible-pointer-type-error-with-gcc-option.patch \