diff options
author | Otavio Salvador <otavio.salvador@gmail.com> | 2022-01-03 13:18:38 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-05 17:18:15 +0000 |
commit | 55b953df4c033bfe94a3fdafb9c4f3c6933eebca (patch) | |
tree | 1641bda1f7fec4f957dcb3789b9f793591292ce9 /meta/recipes-connectivity/kea | |
parent | 9c9c57baf412fca749137222b7f19775213d4c86 (diff) | |
download | poky-55b953df4c033bfe94a3fdafb9c4f3c6933eebca.tar.gz |
kea: upgrade 2.0.0 -> 2.0.1
(From OE-Core rev: 34f990f4a18425861f938ed3127d4aba711eec3c)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/kea')
-rw-r--r-- | meta/recipes-connectivity/kea/kea_2.0.1.bb (renamed from meta/recipes-connectivity/kea/kea_2.0.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/kea/kea_2.0.0.bb b/meta/recipes-connectivity/kea/kea_2.0.1.bb index 9f33c325bd..900ceb62e4 100644 --- a/meta/recipes-connectivity/kea/kea_2.0.0.bb +++ b/meta/recipes-connectivity/kea/kea_2.0.1.bb | |||
@@ -18,7 +18,7 @@ SRC_URI = "http://ftp.isc.org/isc/kea/${PV}/${BP}.tar.gz \ | |||
18 | file://fix_pid_keactrl.patch \ | 18 | file://fix_pid_keactrl.patch \ |
19 | file://0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch \ | 19 | file://0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch \ |
20 | " | 20 | " |
21 | SRC_URI[sha256sum] = "05854e0c3871b452edace18eccc6ab618940e0249fbe7c232a36d06ae59bf41d" | 21 | SRC_URI[sha256sum] = "f50bb9a954e314316b4033a175dc807496bb9c1754110bd92a21c165a9e84c57" |
22 | 22 | ||
23 | inherit autotools systemd update-rc.d upstream-version-is-even | 23 | inherit autotools systemd update-rc.d upstream-version-is-even |
24 | 24 | ||