diff options
author | zangrc <zangrc.fnst@fujitsu.com> | 2021-04-16 09:43:49 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-04-15 20:01:48 -0700 |
commit | 063a16bc285c7d50fa13b942203a483b424e246e (patch) | |
tree | deeb6dee1d0d2177b4ff799c5a05822e9cc9b09a | |
parent | b96cbaefb52151666382fc718610362001d63e5f (diff) | |
download | meta-openembedded-063a16bc285c7d50fa13b942203a483b424e246e.tar.gz |
dnsmasq: upgrade 2.84 -> 2.85
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/dnsmasq/dnsmasq_2.84.bb | 8 | ||||
-rw-r--r-- | meta-networking/recipes-support/dnsmasq/dnsmasq_2.85.bb | 8 |
2 files changed, 8 insertions, 8 deletions
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 @@ | |||
1 | require dnsmasq.inc | ||
2 | |||
3 | SRC_URI[dnsmasq-2.84.md5sum] = "6bf24b5bcf9293db2941fbdb545c1133" | ||
4 | SRC_URI[dnsmasq-2.84.sha256sum] = "4caf385376f34fae5c55244a1f870dcf6f90e037bb7c4487210933dc497f9c36" | ||
5 | SRC_URI += "\ | ||
6 | file://lua.patch \ | ||
7 | " | ||
8 | |||
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 @@ | |||
1 | require dnsmasq.inc | ||
2 | |||
3 | SRC_URI[dnsmasq-2.85.md5sum] = "4079e1e6e1065e4bd14ded268cdd7bd7" | ||
4 | SRC_URI[dnsmasq-2.85.sha256sum] = "f36b93ecac9397c15f461de9b1689ee5a2ed6b5135db0085916233053ff3f886" | ||
5 | SRC_URI += "\ | ||
6 | file://lua.patch \ | ||
7 | " | ||
8 | |||