diff options
author | Kai Kang <kai.kang@windriver.com> | 2018-01-04 14:58:46 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-01-16 21:36:53 -0800 |
commit | 4230f564853b9033017a0fad22beef0eac5d1c9a (patch) | |
tree | baa112ef0f3f8ae57ef4fa424da27cdae1535fd4 /meta-oe | |
parent | 8c6a4273a29b8b176e67fae874117f819947d50c (diff) | |
download | meta-openembedded-4230f564853b9033017a0fad22beef0eac5d1c9a.tar.gz |
cfengine: 3.9.0 -> 3.10.2
Upgrade cfengine from 3.9.0 to lastest lts version 3.10.2.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-extended/cfengine/cfengine_3.10.2.bb (renamed from meta-oe/recipes-extended/cfengine/cfengine_3.9.0.bb) | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/meta-oe/recipes-extended/cfengine/cfengine_3.9.0.bb b/meta-oe/recipes-extended/cfengine/cfengine_3.10.2.bb index 4aa8dedc4..b86b0a1f1 100644 --- a/meta-oe/recipes-extended/cfengine/cfengine_3.9.0.bb +++ b/meta-oe/recipes-extended/cfengine/cfengine_3.10.2.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | # | 1 | # |
2 | # Copyright (C) 2014 - 2016 Wind River Systems, Inc. | 2 | # Copyright (C) 2014 - 2017 Wind River Systems, Inc. |
3 | # | 3 | # |
4 | SUMMARY = "CFEngine is an IT infrastructure automation framework" | 4 | SUMMARY = "CFEngine is an IT infrastructure automation framework" |
5 | 5 | ||
@@ -11,7 +11,7 @@ its lifecycle. CFEngine takes systems from Build to Deploy, Manage and Audit." | |||
11 | HOMEPAGE = "http://cfengine.com" | 11 | HOMEPAGE = "http://cfengine.com" |
12 | 12 | ||
13 | LICENSE = "GPLv3" | 13 | LICENSE = "GPLv3" |
14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cd59c3650c8b7ff36bab1cc6587b097a" | 14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f8b34828ab373d6b1bb4b0fc60a78494" |
15 | 15 | ||
16 | DEPENDS = "attr tokyocabinet" | 16 | DEPENDS = "attr tokyocabinet" |
17 | 17 | ||
@@ -20,14 +20,17 @@ SRC_URI = "https://cfengine-package-repos.s3.amazonaws.com/tarballs/${BP}.tar.gz | |||
20 | file://set-path-of-default-config-file.patch \ | 20 | file://set-path-of-default-config-file.patch \ |
21 | " | 21 | " |
22 | 22 | ||
23 | SRC_URI[md5sum] = "63da39655cfca30ca885fcc4a1bf8aa4" | 23 | SRC_URI[md5sum] = "c16baf08189a1af6fcf2e2ff61102992" |
24 | SRC_URI[sha256sum] = "32a38aedf1199c2361e1335e0d4a1d98f9efa7cd591bcb647f35c7395bb66f2d" | 24 | SRC_URI[sha256sum] = "d4fa9ac7276dba7b85d6757aab2f0929ab8d3b115cb0e7b0cf984760347429d7" |
25 | 25 | ||
26 | inherit autotools systemd | 26 | inherit autotools systemd |
27 | 27 | ||
28 | export EXPLICIT_VERSION="${PV}" | 28 | export EXPLICIT_VERSION="${PV}" |
29 | 29 | ||
30 | SYSTEMD_SERVICE_${PN} = "cfengine3.service cfengine3-web.service" | 30 | SYSTEMD_SERVICE_${PN} = "cfengine3.service cf-apache.service cf-hub.service cf-postgres.service \ |
31 | cf-runalerts.service cf-consumer.service cf-execd.service \ | ||
32 | cf-monitord.service cf-redis-server.service cf-serverd.service \ | ||
33 | " | ||
31 | SYSTEMD_AUTO_ENABLE_${PN} = "disable" | 34 | SYSTEMD_AUTO_ENABLE_${PN} = "disable" |
32 | 35 | ||
33 | PACKAGECONFIG ??= "libpcre openssl \ | 36 | PACKAGECONFIG ??= "libpcre openssl \ |