diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-07-29 13:00:20 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-31 13:50:46 +0100 |
commit | dffe00c623ace593ae6f4da5a85aa336e7c4b2e6 (patch) | |
tree | e3bc28cb9669331b5974fece13550cab3018754b /meta/recipes-connectivity | |
parent | 74093964d4777d972517739ae79e547dd882ea02 (diff) | |
download | poky-dffe00c623ace593ae6f4da5a85aa336e7c4b2e6.tar.gz |
bind: Remove RECIPE_NO_UPDATE_REASON and follow the ESV releases
(From OE-Core rev: c03eb46c292990c6639f8fa80c9bde263b8dfb8c)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/bind/bind_9.11.5-P4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.11.5-P4.bb b/meta/recipes-connectivity/bind/bind_9.11.5-P4.bb index 1355841e6b..93c406f778 100644 --- a/meta/recipes-connectivity/bind/bind_9.11.5-P4.bb +++ b/meta/recipes-connectivity/bind/bind_9.11.5-P4.bb | |||
@@ -26,8 +26,8 @@ SRC_URI[md5sum] = "8ddab4b61fa4516fe404679c74e37960" | |||
26 | SRC_URI[sha256sum] = "7e8c08192bcbaeb6e9f2391a70e67583b027b90e8c4bc1605da6eb126edde434" | 26 | SRC_URI[sha256sum] = "7e8c08192bcbaeb6e9f2391a70e67583b027b90e8c4bc1605da6eb126edde434" |
27 | 27 | ||
28 | UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/" | 28 | UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/" |
29 | UPSTREAM_CHECK_REGEX = "(?P<pver>9(\.\d+)+(-P\d+)*)/" | 29 | # stay at 9.11 until 9.16, from 9.16 follow the ESV versions divisible by 4 |
30 | RECIPE_NO_UPDATE_REASON = "9.11 is LTS 2021" | 30 | UPSTREAM_CHECK_REGEX = "(?P<pver>9.(11|16|20|24|28)(\.\d+)+(-P\d+)*)/" |
31 | 31 | ||
32 | inherit autotools update-rc.d systemd useradd pkgconfig multilib_script | 32 | inherit autotools update-rc.d systemd useradd pkgconfig multilib_script |
33 | 33 | ||