aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-03-08 09:02:37 -0800
committerKhem Raj <raj.khem@gmail.com>2019-03-08 09:52:54 -0800
commit0857abadcc6b0ef9a05067599cecf31b5887cd12 (patch)
treee902ce76fbf2e79bf9fee0e7dbf5a084e21a8edf /meta-networking/recipes-connectivity
parentd0060681f6b56e46c2c0e100bd579c6affd1d869 (diff)
downloadmeta-openembedded-0857abadcc6b0ef9a05067599cecf31b5887cd12.tar.gz
miniupnpd: Upgrade to 2.1.20190210 release
Fixes build with kernel 5.x as well Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20190210.bb (renamed from meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20180706.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20180706.bb b/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20190210.bb
index ff40daaac9..302f5072d9 100644
--- a/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20180706.bb
+++ b/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20190210.bb
@@ -15,8 +15,8 @@ SRC_URI = "http://miniupnp.tuxfamily.org/files/download.php?file=${P}.tar.gz;dow
file://miniupnpd.service \
file://0001-Add-OpenEmbedded-cross-compile-case.patch \
"
-SRC_URI[md5sum] = "a84b3647c871802abeccfc2771e8db21"
-SRC_URI[sha256sum] = "fc2d2fd044d8c3f8d02b63d70489bb35ece836a4fc1b6386865ac8fbe8d8b006"
+SRC_URI[md5sum] = "03b00c27106835e728a3b858ecf83390"
+SRC_URI[sha256sum] = "1aaecd25cf152d99557dfe80c7508af9cb06e97ecad4786ce5dafb4c958d196b"
IPV6 = "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', '--ipv6', '', d)}"