summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-extended/sdbusplus/python3-sdbus++_git.bb
AgeCommit message (Collapse)AuthorFilesLines
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>