diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-05-06 13:27:18 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-06 08:32:04 -0700 |
commit | de407d4786ffefdae916bd30c1e0377fd80384c9 (patch) | |
tree | 5ef9f67f3e7f02b52bd6e36d83da0662dd805cac | |
parent | e6d2464e4151d3860ef4fb3a6dae7777a8987429 (diff) | |
download | meta-openembedded-de407d4786ffefdae916bd30c1e0377fd80384c9.tar.gz |
ypbind-mt: update to 2.6
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-support/nis/ypbind-mt_2.6.bb (renamed from meta-networking/recipes-support/nis/ypbind-mt_2.4.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/nis/ypbind-mt_2.4.bb b/meta-networking/recipes-support/nis/ypbind-mt_2.6.bb index 9822f455ec..1a64e6c2e1 100644 --- a/meta-networking/recipes-support/nis/ypbind-mt_2.4.bb +++ b/meta-networking/recipes-support/nis/ypbind-mt_2.6.bb | |||
@@ -16,7 +16,7 @@ the server which answered as first. \ | |||
16 | \ | 16 | \ |
17 | This is the final IPv4-only version of ypbind-mt. \ | 17 | This is the final IPv4-only version of ypbind-mt. \ |
18 | " | 18 | " |
19 | HOMEPAGE = "http://www.linux-nis.org/nis/ypbind-mt/index.html" | 19 | HOMEPAGE = "https://github.com/thkukuk/ypbind-mt/" |
20 | DEPENDS = " \ | 20 | DEPENDS = " \ |
21 | yp-tools \ | 21 | yp-tools \ |
22 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ | 22 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ |
@@ -28,13 +28,13 @@ RDEPENDS_${PN} += "yp-tools" | |||
28 | # and is used in place of it. | 28 | # and is used in place of it. |
29 | PROVIDES += "ypbind" | 29 | PROVIDES += "ypbind" |
30 | 30 | ||
31 | SRC_URI = "http://www.linux-nis.org/download/ypbind-mt/${BP}.tar.bz2 \ | 31 | SRC_URI = "https://github.com/thkukuk/ypbind-mt/releases/download/v${PV}/${BPN}-${PV}.tar.xz \ |
32 | file://ypbind.init \ | 32 | file://ypbind.init \ |
33 | file://ypbind.service \ | 33 | file://ypbind.service \ |
34 | file://0001-dns_hosts-Fix-build-with-musl.patch \ | 34 | file://0001-dns_hosts-Fix-build-with-musl.patch \ |
35 | " | 35 | " |
36 | SRC_URI[md5sum] = "1aeccd0d11c064d5d59c56941bca682b" | 36 | SRC_URI[md5sum] = "7cf89641fdc128d0919207e4b7caaf1d" |
37 | SRC_URI[sha256sum] = "a2e1fa8fc992a12b289c229e00e38c20d59070c3bcf08babf40c692515c340e0" | 37 | SRC_URI[sha256sum] = "0696c0263c4fd48a4ff2ce6c109f05f37aab0f71646d81cb22c7c28591bf80eb" |
38 | 38 | ||
39 | inherit systemd update-rc.d | 39 | inherit systemd update-rc.d |
40 | 40 | ||