summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-extended/sdbusplus/python3-sdbus++_git.bb
AgeCommit message (Collapse)AuthorFilesLines
2024-09-20meta-phosphor: sdbusplus: add jsonschema dependencyPatrick Williams1-0/+1
The latest versions of the repository use jsonschema to validate the format of YAML files. Add necessary dependencies. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Id9cef704381880190fc9b2ce43e124df073b15a3
2022-09-20Run oe-stylize on our filesEd Tanous1-10/+9
In all of our recipes, we should be following yoctos lead on formatting, order, and other things, for consistency in our meta layers. This commit runs oe-stylize.py on all of our files. The types of changes being made can be seen in the commit, but amount to: 1. Setting an explicit key ordering 2. Sectioning the files appropriately 3. Applying rules checking to our files At some point in the near future, we would turn this on as part of repotest, but some minor changes need to be upstreamed to meta-oe (WIP) to make that happen. Looking for input on whether this is something we'd like to do, and whether the diffs below look reasonable to folks. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I489dd21d38a9fe4f3ece89cc7a5e1d0463224abf
2022-03-11python3-sdbus++: support wheel buildsPatrick Williams1-0/+2
The latest Yocto code is expecting pip wheels for builds and requires some tweaks in order to build successfully. Yocto packages are, by convention, named 'python3-...' but the sdbusplus setup.py generates a `sdbusplus` package and the version of the package is simply "1.0". Forcibly set PYPI_PACKAGE and PV in order to match up with the python packaging results. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iebaa7503947312c2fbb133b73522dc5d087d190e
2021-12-15sdbus++: remove autotools dependencyPatrick Williams1-1/+0
I'm not sure why this got left around in the Python tools file but it isn't necessary. This repository is using Meson now anyhow. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5399019d8ad3310482fc901e8e6372ea5337c309
2021-08-11meta-phosphor: prep for new override syntaxPatrick Williams1-1/+1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5
2020-09-13sdbus++: remove sdbusplus-native aliasPatrick Williams1-5/+0
The python3-sdbus++ recipe provided a package alias for sdbusplus-native until all packages could be migrated to the python3-sdbus++ structure. That has now been done, so remove the alias. (From meta-phosphor rev: 7d02b828dcbdfe9652df1203eebf62e9e72fb4f4) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I716af5121fba39011086ab66ed4c7a608316193d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-28python3-sdbus++: switch to native setuptools3Patrick Williams1-6/+11
The sdbusplus repository now has a real setup.py file that doesn't require autotools generation. Switch to a normal setuptools3 recipe. (From meta-phosphor rev: 1914bbb37e7307f9f96b2c752f8df8f7699463cf) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I31bac1fcc061cc0195fb7d3accf922ec57852ba1 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-10sdbusplus: remove unused python2 recipePatrick Williams1-1/+30
All recipes consuming sdbus++ have now migrated to the python3 version. Remove the python2 version. (From meta-phosphor rev: bb27bf20fa96141b4ac64262191b9ad0543e8a10) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Idae08e4354fa75a9acb3036b7ea7b873d396c4b8 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03sdbusplus: srcrev bump ddc0eba2be..5de31846e2Patrick Williams1-2/+0
This srcrev switches from python2 to python3, which requires some adjustments in recipes and updates to the dual-support patch. Now, the python3 recipes have no patches and the python2 one has a revert patch. Patrick Williams (1): sdbus++: switch to python3 Waqar Hameed (1): Update README.md for Python 3 (From meta-phosphor rev: 07ce0de9aab794479036b94e9275d2fd97bb95b5) Change-Id: I10381d22d35deaf1726b597a0d690af098f21cc0 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01sdbusplus: split library and python scriptsPatrick Williams1-0/+4
(From meta-phosphor rev: 7aba8156394c5608565e549a1b9de3e9a91b5ff1) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I471c25139f9fef8c976613a9f8c25d7617c1aa8c Signed-off-by: Andrew Geissler <geissonator@yahoo.com>