summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2024-11-27 09:42:12 +0000
committerKhem Raj <raj.khem@gmail.com>2024-11-27 09:36:51 -0800
commite008a7b6f08959bab60072ad38e5dea05a631509 (patch)
treeb9c65ea592641a8a970b70ceb28896b16ca82e77 /meta-networking
parentc225779474d7f39db13ad5bba6850de7e8c41b8e (diff)
downloadmeta-openembedded-e008a7b6f08959bab60072ad38e5dea05a631509.tar.gz
mdns: Upgrade 2559.1.1 -> 2559.40.32
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_2559.40.32.bb (renamed from meta-networking/recipes-protocols/mdns/mdns_2559.1.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/mdns/mdns_2559.1.1.bb b/meta-networking/recipes-protocols/mdns/mdns_2559.40.32.bb
index 212fd0eab5..9cc6708d18 100644
--- a/meta-networking/recipes-protocols/mdns/mdns_2559.1.1.bb
+++ b/meta-networking/recipes-protocols/mdns/mdns_2559.40.32.bb
@@ -27,8 +27,8 @@ SRC_URI = "git://github.com/apple-oss-distributions/mDNSResponder;protocol=https
27 file://0005-Fix-missing-limit-declarations.patch \ 27 file://0005-Fix-missing-limit-declarations.patch \
28 file://0004-Add-definition-for-MAX.patch \ 28 file://0004-Add-definition-for-MAX.patch \
29 " 29 "
30BRANCH = "main" 30BRANCH = "rel/mDNSResponder-2559"
31SRCREV = "71e6611203d57c78b26fd505d98cb57a33d00880" 31SRCREV = "0b8a5dbcefd6cc72846385aebfe4f6111f2814cb"
32 32
33# We install a stub Makefile in the top directory so that the various checks 33# We install a stub Makefile in the top directory so that the various checks
34# in base.bbclass pass their tests for a Makefile, this ensures (that amongst 34# in base.bbclass pass their tests for a Makefile, this ensures (that amongst