summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-11-02 21:17:27 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-08 14:03:20 +0000
commit3bbe49bc023a3893a65f184d9491bc0e20fccb54 (patch)
tree03e7d665d241b68853b6d6cdc011c767b260a7a8 /meta/recipes-connectivity
parent1ad28364512be087f35b7cac6f6289027c070767 (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-connectivity/kea/kea_1.7.10.bb2
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"
22SRC_URI[sha256sum] = "4e121f0e58b175a827581c69cb1d60778647049fa47f142940dddc9ce58f3c82" 22SRC_URI[sha256sum] = "4e121f0e58b175a827581c69cb1d60778647049fa47f142940dddc9ce58f3c82"
23 23
24inherit autotools systemd update-rc.d 24inherit autotools systemd update-rc.d upstream-version-is-even
25 25
26INITSCRIPT_NAME = "kea-dhcp4-server" 26INITSCRIPT_NAME = "kea-dhcp4-server"
27INITSCRIPT_PARAMS = "defaults 30" 27INITSCRIPT_PARAMS = "defaults 30"