summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/cfengine
Commit message (Collapse)AuthorAgeFilesLines
* *.patch: add Upstream-Status to all patchesMartin Jansa2023-06-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cfengine: upgrade to 3.21.0Craig Comstock2023-02-184-24/+96
| | | | | | | | | | | | Also fixed --with-libxml2=no case in configure.ac The CF3_WITH_LIBRARY and AC_CHECK_HEADERS were moved to outside of the check for with-libxml2=no This fix is already merged in cfengine master but will need some time to cherry-pick and arrive in a 3.21.x LTS release. Ticket: CFE-4023 Changelog: title Signed-off-by: Craig Comstock <craig@unreasonablefarm.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Use renamed SKIP_RECIPE varFlagKhem Raj2022-02-211-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cfengine: blacklist due to openssl 3.x incompatibilityAlexander Kanavin2021-10-141-0/+2
| | | | | | | drop it from meta-oe packagegroup Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-032-7/+7
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cfengine: Add missing dep on bison-nativeKhem Raj2020-03-291-1/+1
| | | | | | | | Fixes ../ylwrap: line 176: yacc: command not found make[2]: *** [Makefile:1016: cf3parse.c] Error 127 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cfengine-masterfiles: Make the expression dash friendlyKhem Raj2020-02-261-1/+1
| | | | | | dash does not understand {} expressions like this, therefore simplify Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cfengine: Upgrade to 3.15Khem Raj2020-02-183-10/+31
| | | | | | | License-Update: Change in Company name Cfengine AS a Norwegian company -> Northern.tech Python3 fixes to needed scripts Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cfengine: remove cf-consumer.service cf-redis-server.serviceMartin Jansa2018-08-161-2/+2
| | | | | | | | | | | * they were removed from 3.12.0 release, see: https://github.com/cfengine/core/commit/8001b89c098c723f0b93b311da443e2197026d88 https://github.com/cfengine/core/commit/d8426c42c02edcfddcf785e34ac452a785b9ad3d * fixes: ERROR: SYSTEMD_SERVICE_cfengine value cf-consumer.service does not exist Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* cfengine,cfengine-masterfiles: Upgrade to 3.12.0Khem Raj2018-08-154-38/+24
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cfengine: 3.9.0 -> 3.10.2Kai Kang2018-01-161-5/+8
| | | | | | | 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>
* cfengine-masterfiles: 3.9.0 -> 3.10.2Kai Kang2018-01-162-37/+8
| | | | | | | | | | | Upgrade cfengine-masterfiles from 3.9.0 to lastest lts version 3.10.2. * year info has been updated in license file so md5 checksum changed * remove remove-policy-of-usr-local-sbin.patch which has been done in upstream already * correct install prefix Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Make use of the new bb.utils.filter() functionPeter Kjellerstedt2017-03-071-2/+1
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: fix indentationMartin Jansa2016-08-221-10/+10
| | | | | | | | * remove tabs which sneaked in since last cleanup * meta-oe layers are using consistent indentation with 4 spaces, see http://www.openembedded.org/wiki/Styleguide Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cfengine: add recipe and base policyKai Kang2016-07-295-0/+187
Add recipes of cfengine and cfengine-masterfiles which provides base policy files. There are 3 optional database backend: qdbm, tokyocabinet and lmdb with descending priority. Package tokyocabinet is released as a rework of qdbm by same upstream author, so it is choosen to be default database backend. See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452657 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>