From 063a16bc285c7d50fa13b942203a483b424e246e Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 16 Apr 2021 09:43:49 +0800 Subject: dnsmasq: upgrade 2.84 -> 2.85 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-networking/recipes-support/dnsmasq/dnsmasq_2.84.bb | 8 -------- meta-networking/recipes-support/dnsmasq/dnsmasq_2.85.bb | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.84.bb create mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.85.bb diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.84.bb b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.84.bb deleted file mode 100644 index 3dd9154f3d..0000000000 --- a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.84.bb +++ /dev/null @@ -1,8 +0,0 @@ -require dnsmasq.inc - -SRC_URI[dnsmasq-2.84.md5sum] = "6bf24b5bcf9293db2941fbdb545c1133" -SRC_URI[dnsmasq-2.84.sha256sum] = "4caf385376f34fae5c55244a1f870dcf6f90e037bb7c4487210933dc497f9c36" -SRC_URI += "\ - file://lua.patch \ -" - diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.85.bb b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.85.bb new file mode 100644 index 0000000000..023dda3e53 --- /dev/null +++ b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.85.bb @@ -0,0 +1,8 @@ +require dnsmasq.inc + +SRC_URI[dnsmasq-2.85.md5sum] = "4079e1e6e1065e4bd14ded268cdd7bd7" +SRC_URI[dnsmasq-2.85.sha256sum] = "f36b93ecac9397c15f461de9b1689ee5a2ed6b5135db0085916233053ff3f886" +SRC_URI += "\ + file://lua.patch \ +" + -- cgit v1.2.3-54-g00ecf