diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-11-02 21:17:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-08 14:03:20 +0000 |
commit | 3bbe49bc023a3893a65f184d9491bc0e20fccb54 (patch) | |
tree | 03e7d665d241b68853b6d6cdc011c767b260a7a8 /meta/recipes-connectivity/kea | |
parent | 1ad28364512be087f35b7cac6f6289027c070767 (diff) | |
download | poky-3bbe49bc023a3893a65f184d9491bc0e20fccb54.tar.gz |
kea: use odd-even version scheme for updates
(From OE-Core rev: ac5e0fd67d268dbf6fa80df101bc3f0d3f16d303)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/kea')
-rw-r--r-- | 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.7.10.bb index c9a5819e47..1d011ace78 100644 --- a/meta/recipes-connectivity/kea/kea_1.7.10.bb +++ b/meta/recipes-connectivity/kea/kea_1.7.10.bb | |||
@@ -21,7 +21,7 @@ SRC_URI = "\ | |||
21 | " | 21 | " |
22 | SRC_URI[sha256sum] = "4e121f0e58b175a827581c69cb1d60778647049fa47f142940dddc9ce58f3c82" | 22 | SRC_URI[sha256sum] = "4e121f0e58b175a827581c69cb1d60778647049fa47f142940dddc9ce58f3c82" |
23 | 23 | ||
24 | inherit autotools systemd update-rc.d | 24 | inherit autotools systemd update-rc.d upstream-version-is-even |
25 | 25 | ||
26 | INITSCRIPT_NAME = "kea-dhcp4-server" | 26 | INITSCRIPT_NAME = "kea-dhcp4-server" |
27 | INITSCRIPT_PARAMS = "defaults 30" | 27 | INITSCRIPT_PARAMS = "defaults 30" |