diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-12-14 10:10:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-18 22:52:24 +0000 |
commit | cd8f510a183d9c81f67a56fe0580cd474d189297 (patch) | |
tree | c1d7abc418428a5a9128b8ef381bd4954c06671d /meta/recipes-connectivity | |
parent | 3a69732b8701493433d08b9bddd0363ea947fd43 (diff) | |
download | poky-cd8f510a183d9c81f67a56fe0580cd474d189297.tar.gz |
kea: upgrade 1.7.10 -> 1.8.1
(From OE-Core rev: 9a694510f60fbaece03215ec6d2379e422b88529)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/kea/kea_1.8.1.bb (renamed from meta/recipes-connectivity/kea/kea_1.7.10.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/kea/kea_1.7.10.bb b/meta/recipes-connectivity/kea/kea_1.8.1.bb index c9a11908e5..3a2ccf5c1f 100644 --- a/meta/recipes-connectivity/kea/kea_1.7.10.bb +++ b/meta/recipes-connectivity/kea/kea_1.8.1.bb | |||
@@ -19,7 +19,7 @@ SRC_URI = "http://ftp.isc.org/isc/kea/${PV}/${BP}.tar.gz \ | |||
19 | file://fix_pid_keactrl.patch \ | 19 | file://fix_pid_keactrl.patch \ |
20 | file://0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch \ | 20 | file://0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch \ |
21 | " | 21 | " |
22 | SRC_URI[sha256sum] = "4e121f0e58b175a827581c69cb1d60778647049fa47f142940dddc9ce58f3c82" | 22 | SRC_URI[sha256sum] = "52020cb16889484b661746d7fc4c7cd88974b1af5b7fc436eb6e69c62eb83734" |
23 | 23 | ||
24 | inherit autotools systemd update-rc.d upstream-version-is-even | 24 | inherit autotools systemd update-rc.d upstream-version-is-even |
25 | 25 | ||