From e008a7b6f08959bab60072ad38e5dea05a631509 Mon Sep 17 00:00:00 2001 From: Alex Kiernan Date: Wed, 27 Nov 2024 09:42:12 +0000 Subject: [PATCH] mdns: Upgrade 2559.1.1 -> 2559.40.32 Signed-off-by: Alex Kiernan Signed-off-by: Khem Raj --- .../mdns/{mdns_2559.1.1.bb => mdns_2559.40.32.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-protocols/mdns/{mdns_2559.1.1.bb => mdns_2559.40.32.bb} (98%) diff --git a/meta-networking/recipes-protocols/mdns/mdns_2559.1.1.bb b/meta-networking/recipes-protocols/mdns/mdns_2559.40.32.bb similarity index 98% rename from meta-networking/recipes-protocols/mdns/mdns_2559.1.1.bb rename to 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 file://0005-Fix-missing-limit-declarations.patch \ file://0004-Add-definition-for-MAX.patch \ " -BRANCH = "main" -SRCREV = "71e6611203d57c78b26fd505d98cb57a33d00880" +BRANCH = "rel/mDNSResponder-2559" +SRCREV = "0b8a5dbcefd6cc72846385aebfe4f6111f2814cb" # We install a stub Makefile in the top directory so that the various checks # in base.bbclass pass their tests for a Makefile, this ensures (that amongst