diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2022-12-14 11:27:35 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-14 08:22:04 -0800 |
commit | bac76edc084f9dd736c5d7322c6757dbadaeee92 (patch) | |
tree | 0c0d8e96c9214376ba70fa8d087cf8acc6b45359 /meta-networking | |
parent | 7c7380d93013176b7275e009a695441f85bb1802 (diff) | |
download | meta-openembedded-bac76edc084f9dd736c5d7322c6757dbadaeee92.tar.gz |
mdns: Upgrade 1790.40.31 -> 1790.60.25
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-protocols/mdns/mdns_1790.60.25.bb (renamed from meta-networking/recipes-protocols/mdns/mdns_1790.40.31.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/mdns/mdns_1790.40.31.bb b/meta-networking/recipes-protocols/mdns/mdns_1790.60.25.bb index eb4d3eeaa..96eb4e50c 100644 --- a/meta-networking/recipes-protocols/mdns/mdns_1790.40.31.bb +++ b/meta-networking/recipes-protocols/mdns/mdns_1790.60.25.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=31c50371921e0fb731003bbc665f29bf" | |||
6 | 6 | ||
7 | DEPENDS:append:libc-musl = " musl-nscd" | 7 | DEPENDS:append:libc-musl = " musl-nscd" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/apple-oss-distributions/mDNSResponder;protocol=https;branch=main \ | 9 | SRC_URI = "git://github.com/apple-oss-distributions/mDNSResponder;protocol=https;branch=rel/mDNSResponder-1790 \ |
10 | file://0001-dns-sd-Include-missing-headers.patch \ | 10 | file://0001-dns-sd-Include-missing-headers.patch \ |
11 | file://0002-make-Set-libdns_sd.so-soname-correctly.patch \ | 11 | file://0002-make-Set-libdns_sd.so-soname-correctly.patch \ |
12 | file://0003-mDNSShared-Drop-MacOS-specific-__block-qualifier.patch \ | 12 | file://0003-mDNSShared-Drop-MacOS-specific-__block-qualifier.patch \ |
@@ -23,7 +23,7 @@ SRC_URI = "git://github.com/apple-oss-distributions/mDNSResponder;protocol=https | |||
23 | file://0008-Handle-errors-from-socket-calls.patch \ | 23 | file://0008-Handle-errors-from-socket-calls.patch \ |
24 | file://mdns.service \ | 24 | file://mdns.service \ |
25 | " | 25 | " |
26 | SRCREV = "806254210edec4cab01f794f6fd28658aa6ba59d" | 26 | SRCREV = "e48e3a58b763a0d7b76a14f7f309e24d7502e796" |
27 | 27 | ||
28 | # We install a stub Makefile in the top directory so that the various checks | 28 | # We install a stub Makefile in the top directory so that the various checks |
29 | # in base.bbclass pass their tests for a Makefile, this ensures (that amongst | 29 | # in base.bbclass pass their tests for a Makefile, this ensures (that amongst |