summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-07-31 23:56:23 +0300
committerKhem Raj <raj.khem@gmail.com>2019-08-02 18:04:41 -0700
commit71cb56871d09ac827157992d87d4c11afff0a372 (patch)
tree0ac9c8369c4afbcbd508c31f3ba10ea7f675941c /meta-oe/recipes-core
parentda88c383e55671bb652022e9133e559ca028d162 (diff)
downloadmeta-openembedded-71cb56871d09ac827157992d87d4c11afff0a372.tar.gz
meta-oe: Change some ftp:// URIs to http(s)://
For glibmm this is done with the gnomebase class. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/glib-2.0/glibmm_2.58.1.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-oe/recipes-core/glib-2.0/glibmm_2.58.1.bb b/meta-oe/recipes-core/glib-2.0/glibmm_2.58.1.bb
index 87ab0cbc5c..1e5094bd16 100644
--- a/meta-oe/recipes-core/glib-2.0/glibmm_2.58.1.bb
+++ b/meta-oe/recipes-core/glib-2.0/glibmm_2.58.1.bb
@@ -6,16 +6,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=42dfffebc56fec7527aac53b7a89d1d8 \
6 file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" 6 file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
7 7
8DEPENDS = "mm-common glib-2.0 libsigc++-2.0 glib-2.0-native" 8DEPENDS = "mm-common glib-2.0 libsigc++-2.0 glib-2.0-native"
9inherit autotools pkgconfig 9inherit gnomebase
10 10
11SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" 11SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
12 12
13SRC_URI = " \ 13SRC_URI += " \
14 ftp://ftp.gnome.org/pub/GNOME/sources/glibmm/${SHRT_VER}/glibmm-${PV}.tar.xz \
15 file://remove-examples.patch \ 14 file://remove-examples.patch \
16" 15"
17SRC_URI[md5sum] = "77f1016cbb27e15d4e04a2b7bfdb4cae" 16SRC_URI[archive.md5sum] = "77f1016cbb27e15d4e04a2b7bfdb4cae"
18SRC_URI[sha256sum] = "6e5fe03bdf1e220eeffd543e017fd2fb15bcec9235f0ffd50674aff9362a85f0" 17SRC_URI[archive.sha256sum] = "6e5fe03bdf1e220eeffd543e017fd2fb15bcec9235f0ffd50674aff9362a85f0"
19 18
20do_install_append() { 19do_install_append() {
21 install -d ${D}${datadir}/glibmm-2.4 20 install -d ${D}${datadir}/glibmm-2.4