summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/classes/obmc-phosphor-python-autotools.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* python-autotools: add DEPEND=pythonPatrick Williams2016-11-221-0/+2
| | | | | | | | | | | This class is used for installing python-based packages, using python. So the packages need both python-native and python. Without this, there is a race condition in the SDK that can cause the package install to be attempted before python itself is installed. Change-Id: Iab1cf149d715e3d68ecb580c5f107d6534b0b484 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* python-autotools: add configuration optionPatrick Williams2016-11-221-1/+8
| | | | | | | | | Allow class to be used on non-PN packages, by adding a variable to configure which package the python path is added to 'FILES' for. Change-Id: I4c00e949ea71074a5b7abd36b430f90d3eb4ab51 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Create bbclass for python in autotools recipesMatthew Barth2016-11-171-0/+8
Add the base requirements for building and installing python scripts within a package using autotools. Change-Id: Ia6f6a819a80bc346153ff5c53cefad41d973d953 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
OpenPOWER on IntegriCloud