summaryrefslogtreecommitdiffstats
path: root/meta-oe/dynamic-layers/meta-python/recipes-core
Commit message (Collapse)AuthorAgeFilesLines
* packagegroup-meta-oe: remove mongodbYoann Congal2024-01-191-5/+0
| | | | | | | | | | | | | mongodb is skipped pending a port to Python 3.12. But there is no plan to actually do this port so, in the meantime, remove mongodb from packagegroup-meta-oe to avoid an unbuildable dependency. This patch may be reverted once mongodb has been ported to Python 3.12. [0]: https://lists.openembedded.org/g/openembedded-devel/message/108300 Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-102: remove the recipeAlexander Kanavin2023-12-271-1/+0
| | | | | | | | | | | | | | | | mozjs-102 was retained for the purpose of supporting polkit; with the backport of mozjs-115 patch for polkit there are no further consumers, and it's not compatible with python 3.12. I didn't look into what specifically breaks with 3.12, as getting mozjs-115 to work with it was tricky enough, so I'd rather drop mozjs-102, than attempt to make it work. mozjs-115 is esr (long term support) release like mozjs-102, but it is also newer and therefore will remain in support longer. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: Remove mongodb from rdep list of packagegroupKhem Raj2023-03-221-4/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: Remove mongodb for upsupported archesKhem Raj2023-01-211-0/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: Update to reflect latest recipesKhem Raj2023-01-111-2/+1
| | | | | | | Some recipes are removed and some have changed PROVIDERS, adjust accordingly. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: update pkg groupArmin Kuster2022-05-021-0/+1
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-5/+5
| | | | | | | | | | 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>
* packagegroups: Add bbappends for python and perl layer requiring recipesKhem Raj2020-03-292-314/+20
| | | | | | | Add this bbappends in dynamic layers Move the main recipe back to meta-oe main recipes Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe.bb: Move debsums to a bbappend under perl-layerKhem Raj2020-03-291-1/+1
| | | | | | This helps avoid dependency on meta-perl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* conf/layer.conf: add BBFILES_DYNAMIC and dynamic layersChangqing Li2020-03-111-0/+314
some recipes under meta-oe have dependency on meta-python, and test_world of yocto-check-layer will failed with error like: ERROR: test_world (common.CommonCheckLayer) ERROR: Nothing PROVIDES 'python3-pytoml-native' (but /meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb DEPENDS on or otherwise requires it). Close matches: python3-numpy-native python3-pycairo-native python3-rpm-native ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'mozjs', 'python3-pytoml-native'] fix by make these recipes only active when identified layers are present Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>