diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-07-24 17:54:08 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-07-28 12:23:16 -0700 |
commit | 5c24a4cb2c7b9f3a35b97aacb71284f9098e4841 (patch) | |
tree | 5654f6cb39bc30afb7f45045142166528136959a | |
parent | 04bfe972a4b11aef22e1ce2cf704a3b0503dc336 (diff) | |
download | meta-openembedded-5c24a4cb2c7b9f3a35b97aacb71284f9098e4841.tar.gz |
dnsmasq: upgrade 2.81 -> 2.82
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/dnsmasq/dnsmasq_2.81.bb | 8 | ||||
-rw-r--r-- | meta-networking/recipes-support/dnsmasq/dnsmasq_2.82.bb | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.81.bb b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.81.bb deleted file mode 100644 index 92415386c..000000000 --- a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.81.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require dnsmasq.inc | ||
2 | |||
3 | SRC_URI[dnsmasq-2.81.md5sum] = "e43808177a773014b5892ccba238f7a8" | ||
4 | SRC_URI[dnsmasq-2.81.sha256sum] = "3c28c68c6c2967c3a96e9b432c0c046a5df17a426d3a43cffe9e693cf05804d0" | ||
5 | SRC_URI += "\ | ||
6 | file://lua.patch \ | ||
7 | " | ||
8 | |||
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.82.bb b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.82.bb new file mode 100644 index 000000000..4ca1f3cc9 --- /dev/null +++ b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.82.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | require dnsmasq.inc | ||
2 | |||
3 | SRC_URI[dnsmasq-2.82.md5sum] = "3c710dee3edba510ed11a6e3d9e0d9cb" | ||
4 | SRC_URI[dnsmasq-2.82.sha256sum] = "62f33bfac1a1b4a5dab8461b4664e414f7d6ced1d2cf141e9cdf9c3c2a424f65" | ||
5 | SRC_URI += "\ | ||
6 | file://lua.patch \ | ||
7 | " | ||
8 | |||