diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-07-08 02:16:23 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-07-10 09:24:33 -0700 |
commit | b7d4d1a2eccd6d87e946dd7697baabc1d9af71cc (patch) | |
tree | 41680f5fe8f047b1b40c8bc35942f43a67321873 | |
parent | 6b334d05de817615a78dfbf969fae5f37e9fe37b (diff) | |
download | meta-openembedded-b7d4d1a2eccd6d87e946dd7697baabc1d9af71cc.tar.gz |
miniupnpd: update to 2.1.20190210
License checksum changed due to modified copyright years.
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20190630.bb (renamed from meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20190210.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20190210.bb b/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20190630.bb index d4093e511..6b8fdca4c 100644 --- a/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20190210.bb +++ b/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20190630.bb | |||
@@ -5,7 +5,7 @@ the network." | |||
5 | 5 | ||
6 | SECTION = "networking" | 6 | SECTION = "networking" |
7 | LICENSE = "BSD-3-Clause" | 7 | LICENSE = "BSD-3-Clause" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=91ac00c6b9f5c106e89291e196fe0234" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a1ed15843ce66639bcf9f109cf247870" |
9 | 9 | ||
10 | inherit autotools gettext pkgconfig systemd | 10 | inherit autotools gettext pkgconfig systemd |
11 | 11 | ||
@@ -15,8 +15,8 @@ SRC_URI = "http://miniupnp.tuxfamily.org/files/download.php?file=${BP}.tar.gz;do | |||
15 | file://miniupnpd.service \ | 15 | file://miniupnpd.service \ |
16 | file://0001-Add-OpenEmbedded-cross-compile-case.patch \ | 16 | file://0001-Add-OpenEmbedded-cross-compile-case.patch \ |
17 | " | 17 | " |
18 | SRC_URI[md5sum] = "03b00c27106835e728a3b858ecf83390" | 18 | SRC_URI[md5sum] = "394e676f555d8047be69730d9c4d23a5" |
19 | SRC_URI[sha256sum] = "1aaecd25cf152d99557dfe80c7508af9cb06e97ecad4786ce5dafb4c958d196b" | 19 | SRC_URI[sha256sum] = "29f49fe6868597d041ee29f511fa7b65781b9e4e85ef2569a2381c2079e1743e" |
20 | 20 | ||
21 | IPV6 = "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', '--ipv6', '', d)}" | 21 | IPV6 = "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', '--ipv6', '', d)}" |
22 | 22 | ||