summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-05-01 22:58:35 -0700
committerKhem Raj <raj.khem@gmail.com>2023-05-01 23:20:22 -0700
commit2db438f241b966ed8a0d26f52c2fc2fe395cdcc7 (patch)
tree761370458f305353d97db7698e939e704b5c4b96
parentd0e061bc72cd776aba847dac564af3c7e8384a5e (diff)
downloadmeta-openembedded-2db438f241b966ed8a0d26f52c2fc2fe395cdcc7.tar.gz
debootstrap: Update SRC_URI to point to valid URL
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb
index b2a204403e..3e59af8e2e 100644
--- a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb
+++ b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb
@@ -4,10 +4,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
4 4
5DEPENDS = "gtk+ dbus-glib dbus-glib-native imagemagick openobex bluez5" 5DEPENDS = "gtk+ dbus-glib dbus-glib-native imagemagick openobex bluez5"
6 6
7SRC_URI = "http://tadas.dailyda.com/software/obex-data-server-${PV}.tar.gz \ 7SRC_URI = "https://ftp.osuosl.org/pub/blfs/conglomeration/${BPN}/obex-data-server-${PV}.tar.gz \
8 file://obex-data-server-0.4.6-build-fixes-1.patch \ 8 file://obex-data-server-0.4.6-build-fixes-1.patch \
9" 9"
10SRC_URI[md5sum] = "961ca5db6fe9c97024e133cc6203cc4d"
11SRC_URI[sha256sum] = "b399465ddbd6d0217abedd9411d9d74a820effa0a6a142adc448268d3920094f" 10SRC_URI[sha256sum] = "b399465ddbd6d0217abedd9411d9d74a820effa0a6a142adc448268d3920094f"
12 11
13inherit features_check autotools-brokensep pkgconfig 12inherit features_check autotools-brokensep pkgconfig