generic-poky/meta/recipes-devtools/python
Ming Liu 2f821f3c09 generate-manifest-3.5.py: add logic to generate native manifest
python3-native supposes to RPROVIDE all native packages as added in
generate-manifest-3.5.py, but it does not so far, this leads a problem
that sometimes bitbake cant find a runtime provider for a python3-*-native
when a new runtime dependency on it being required, this usualy happens
after a new native python3-* recipe is created or the old native python3-*
recipes are upgraded.

To avoid manually extending RPROVIDE every time when a new runtime
dependency is introduced, an argument '-n/--native' is added to the
manifest generator, allowing it create a native python3 manifest, with a
RPROVIDE line only, the RPROVIDE should contain all the sub-packages.

The generated python-native-3.5-manifest.inc is also added which is
included by python3-native recipe.

(From OE-Core rev: 800753069f667cd1664d70b3779150c467e3b3fe)

Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-03-01 23:27:10 +00:00
..
python python: Upgrade both python and python-native to 2.7.13 2017-03-01 23:27:06 +00:00
python-native python: Upgrade both python and python-native to 2.7.13 2017-03-01 23:27:06 +00:00
python-pycurl python-pycurl: update version to 7.19.5.2 2015-11-25 07:50:33 +00:00
python-smartpm smartpm: if RPM transaction fails with an empty list of problems in attempt mode, ignore it! 2017-02-15 20:06:41 -08:00
python3 python3: Add upstream random.c fixes for recent glibc 2017-01-23 12:05:21 +00:00
python3-pygobject python-pygobject: port to Python 3 2016-06-03 13:13:26 +01:00
python-2.7-manifest.inc python: fix python-tests rdepends 2016-11-06 23:35:32 +00:00
python-3.5-manifest.inc python-3-manifest: split out typing 2017-02-05 09:22:16 +00:00
python-async.inc python: Several recipes needed SRC_URI updating 2016-06-12 23:47:17 +01:00
python-async_0.6.2.bb python3-async: add it for python3-gitdb 2016-05-19 09:05:19 +01:00
python-git.inc python*-git: Upgrade to version 2.1.1 2016-12-17 09:57:04 +00:00
python-git_2.1.1.bb python*-git: Upgrade to version 2.1.1 2016-12-17 09:57:04 +00:00
python-gitdb.inc python: Several recipes needed SRC_URI updating 2016-06-12 23:47:17 +01:00
python-gitdb_0.6.4.bb python3-gitdb: add it for python3-git 2016-05-19 09:05:20 +01:00
python-mako.inc python*-mako: upgrade to 1.0.6 2016-11-23 11:10:15 +00:00
python-mako_1.0.6.bb python*-mako: upgrade to 1.0.6 2016-11-23 11:10:15 +00:00
python-native-2.7-manifest.inc generate-manifest-2.7.py: add logic to generate native manifest 2017-03-01 23:27:10 +00:00
python-native-3.5-manifest.inc generate-manifest-3.5.py: add logic to generate native manifest 2017-03-01 23:27:10 +00:00
python-native_2.7.13.bb generate-manifest-2.7.py: add logic to generate native manifest 2017-03-01 23:27:10 +00:00
python-nose_1.3.7.bb python: Several recipes needed SRC_URI updating 2016-06-12 23:47:17 +01:00
python-pexpect_4.2.1.bb python-pexpect: BBCLASSEXTEND to native 2017-03-01 23:27:08 +00:00
python-ptyprocess_0.5.1.bb python-ptyprocess: BBCLASSEXTEND to native 2017-03-01 23:27:08 +00:00
python-pycurl_7.21.5.bb python-pycurl: remove unnecessary exports 2016-02-04 23:39:00 +00:00
python-scons-native_2.5.1.bb python-scons*: upgrade to 2.5.1 2016-11-23 11:10:15 +00:00
python-scons_2.5.1.bb python-scons*: upgrade to 2.5.1 2016-11-23 11:10:15 +00:00
python-setuptools.inc python3-setuptools: upgrade to 31.1.1 2017-01-19 22:47:21 +00:00
python-setuptools_32.1.1.bb python3-setuptools: upgrade to 31.1.1 2017-01-19 22:47:21 +00:00
python-six.inc python-six: Add to oe-core 2016-07-20 10:28:47 +01:00
python-six_1.10.0.bb python-six: Add to oe-core 2016-07-20 10:28:47 +01:00
python-smartpm_git.bb recipes: Make use of the new bb.utils.filter() function 2017-03-01 11:17:45 +00:00
python-smmap.inc python: Several recipes needed SRC_URI updating 2016-06-12 23:47:17 +01:00
python-smmap_0.9.0.bb python3-smmap: add it for python3-gitdb 2016-05-19 09:05:19 +01:00
python.inc python: Upgrade both python and python-native to 2.7.13 2017-03-01 23:27:06 +00:00
python3-async_0.6.2.bb python3-async: add it for python3-gitdb 2016-05-19 09:05:19 +01:00
python3-dbus_1.2.4.bb pythonnative.bbclass, python3native.bbclass: export STAGING_INCDIR, STAGING_LIBDIR, PYTHON variables 2016-07-01 16:22:42 +01:00
python3-docutils_0.13.1.bb python3-docutils: upgrade to 0.13.1 2017-01-19 22:47:21 +00:00
python3-git_2.1.1.bb python*-git: Upgrade to version 2.1.1 2016-12-17 09:57:04 +00:00
python3-gitdb_0.6.4.bb python3-gitdb: Fixes zlib missing dependency 2016-08-17 10:35:42 +01:00
python3-mako_1.0.6.bb python*-mako: upgrade to 1.0.6 2016-11-23 11:10:15 +00:00
python3-native_3.5.2.bb generate-manifest-3.5.py: add logic to generate native manifest 2017-03-01 23:27:10 +00:00
python3-nose_1.3.7.bb python: Several recipes needed SRC_URI updating 2016-06-12 23:47:17 +01:00
python3-pip_9.0.1.bb python3-pip: RDEPEND on python3-html. 2017-03-01 23:27:10 +00:00
python3-pycairo_1.10.0.bb python-pycairo: move to Python 3 2016-06-03 13:13:27 +01:00
python3-pygobject_3.22.0.bb python3-pygobject: enable cairo only when a display is available 2017-01-19 22:47:21 +00:00
python3-setuptools_32.1.1.bb python3-setuptools: upgrade to 31.1.1 2017-01-19 22:47:21 +00:00
python3-six_1.10.0.bb python-six: Add to oe-core 2016-07-20 10:28:47 +01:00
python3-smmap_0.9.0.bb python3-smmap: add it for python3-gitdb 2016-05-19 09:05:19 +01:00
python3_3.5.2.bb python3: Add upstream random.c fixes for recent glibc 2017-01-23 12:05:21 +00:00
python_2.7.13.bb python: Upgrade both python and python-native to 2.7.13 2017-03-01 23:27:06 +00:00