From 7f3e41361272715d93f236995aaa222334b17595 Mon Sep 17 00:00:00 2001 From: Alex Kiernan Date: Fri, 5 Apr 2024 07:30:26 +0000 Subject: [PATCH] mdns: Upgrade 2200.80.16 -> 2200.100.94.0.2 Signed-off-by: Alex Kiernan Signed-off-by: Khem Raj --- .../mdns/{mdns_2200.80.16.bb => mdns_2200.100.94.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-protocols/mdns/{mdns_2200.80.16.bb => mdns_2200.100.94.0.2.bb} (99%) diff --git a/meta-networking/recipes-protocols/mdns/mdns_2200.80.16.bb b/meta-networking/recipes-protocols/mdns/mdns_2200.100.94.0.2.bb similarity index 99% rename from meta-networking/recipes-protocols/mdns/mdns_2200.80.16.bb rename to meta-networking/recipes-protocols/mdns/mdns_2200.100.94.0.2.bb index c516eba6ea..183f05ebc3 100644 --- a/meta-networking/recipes-protocols/mdns/mdns_2200.80.16.bb +++ b/meta-networking/recipes-protocols/mdns/mdns_2200.100.94.0.2.bb @@ -26,7 +26,7 @@ SRC_URI = "git://github.com/apple-oss-distributions/mDNSResponder;protocol=https file://0001-Handle-interface-without-ifa_addr.patch \ file://0001-Fix-SIGSEGV-during-DumpStateLog.patch \ " -SRCREV = "5fdc65a52db5c31fdf4b872d912590235b36a4dc" +SRCREV = "8f70f98fc1d0cf439ca3a6470be6ad8ac2bcc019" # 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