aboutsummaryrefslogtreecommitdiffstats
path: root/meta-cgl-common/recipes-cgl/heartbeat
AgeCommit message (Collapse)Author
2022-04-25LICENSE: update to standard SPDX namesJoe Slater
Use convert-spdx-licenses.py to change LICENSE in two recipes. Signed-off-by: Joe Slater <joe.slater@windriver.com>
2021-08-05meta-cgl: convert to new override syntaxYi Zhao
This is the result of automated script conversion: poky/scripts/contrib/convert-overrides.py meta-cgl Converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2020-10-26heartbeat: don't use trailing slash in SMingli Yu
* see oe-core base.bbclass changes from: https://lists.openembedded.org/g/openembedded-core/message/143159 https://lists.openembedded.org/g/openembedded-core/message/143161 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
2019-03-05heartbeat: Added dependences to fix build error.Lei Maohui
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-06-02heartbeat: Fix new qa WARNINGSArmin Kuster
NOTE: /home/akuster/oss/clean/meta-cgl/meta-cgl-common/recipes-cgl/heartbeat/heartbeat_3.0.6.bb: base_contains is deprecated, please use bb.utils.contains instead Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2015-12-16heartbeat: Fix the broken urlZongchun Yu
Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2015-08-19heartbeat: upgrade 3.0.5 -> 3.0.6Li xin
* Update configure.in-Error-and-warning-fix.patch, since the contents has been changed. * Dropped ucast.c-fix-compile-errors.patch,it it not needed anymore. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-05-14heartbeat: properly handle systemd DISTRO_FEATUREDmitry Eremin-Solenikov
Always inherit systemd bbclass (otherwise it is not pulled in even if systemd is enabled). This makes few other settings in the recipe unnecessary, thus they are dropped. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-05-14heartbeat: add gnutls dependencyDmitry Eremin-Solenikov
Add dependency on gnutls as noted by the following QA warnings: WARNING: QA Issue: heartbeat rdepends on nettle, but it isn't a build dependency? [build-deps] WARNING: QA Issue: heartbeat rdepends on gnutls, but it isn't a build dependency? [build-deps] WARNING: QA Issue: heartbeat rdepends on gmp, but it isn't a build dependency? [build-deps] Both nettle and gmp are used by gnutls, so there is no point adding them to the dependencies list -- those are indirect dependencies anyway. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-05-14heartbeat: make bootstrap work without checking for libtool commandDmitry Eremin-Solenikov
There is no use for just 'libtool' script, other than deriving libtoolize from it. Make bootstrap script look for libtoolize directly and forget about libtool completely. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-02-17heartbeat: Fix incorrect licence logicArmin Kuster
It should be and "&" (and) not "|" (or). thanks Chris. Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-02-14heartbeat: fix license issueArmin Kuster
WARNING: heartbeat: LICENSE value "GPLv2 LGPLv2+" has an invalid format - license names must be separated by the following characters to indicate the license selection: &|() Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-01-05heartbeat: add new recipeLi xin
Messaging and membership subsystem for High-Availability Linux. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>