diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2023-12-18 09:51:35 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-18 22:17:25 -0800 |
commit | 7a7f975f6bf0d03c06b8876f3ba6367c034a88ed (patch) | |
tree | cfaa03748b086b246c597293a31772ec2941857d | |
parent | 3f844d4136cf5033dfb9b20012dc218d3610e658 (diff) | |
download | meta-openembedded-7a7f975f6bf0d03c06b8876f3ba6367c034a88ed.tar.gz |
mdns: Fix HOMEPAGE URL
The Apple Bonjour homepage has moved.
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-protocols/mdns/mdns_2200.40.37.0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/mdns/mdns_2200.40.37.0.1.bb b/meta-networking/recipes-protocols/mdns/mdns_2200.40.37.0.1.bb index af2b337172..6c70fdf430 100644 --- a/meta-networking/recipes-protocols/mdns/mdns_2200.40.37.0.1.bb +++ b/meta-networking/recipes-protocols/mdns/mdns_2200.40.37.0.1.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Publishes & browses available services on a link according to the Zeroconf / Bonjour protocol" | 1 | SUMMARY = "Publishes & browses available services on a link according to the Zeroconf / Bonjour protocol" |
2 | DESCRIPTION = "Bonjour, also known as zero-configuration networking, enables automatic discovery of computers, devices, and services on IP networks." | 2 | DESCRIPTION = "Bonjour, also known as zero-configuration networking, enables automatic discovery of computers, devices, and services on IP networks." |
3 | HOMEPAGE = "http://developer.apple.com/networking/bonjour/" | 3 | HOMEPAGE = "https://developer.apple.com/bonjour/" |
4 | LICENSE = "Apache-2.0 & BSD-3-Clause" | 4 | LICENSE = "Apache-2.0 & BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=31c50371921e0fb731003bbc665f29bf" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=31c50371921e0fb731003bbc665f29bf" |
6 | 6 | ||