diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2017-11-17 22:23:42 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-13 14:00:51 +0000 |
commit | 7d950b99bdb0f3c91eb060d31711243a7d3366fc (patch) | |
tree | c7f2a1cf5d9e03dc9b1ca085882ed35bee376a70 /meta/conf | |
parent | 6c664a9713dd3f5a1934fad943851802a4186e06 (diff) | |
download | poky-7d950b99bdb0f3c91eb060d31711243a7d3366fc.tar.gz |
pypi.bbclass: bring in from meta-python
The pypi.bbclass has usefullness in many meta layers, not
just meta-python. Add it to oe-core for the benefit of
everyone.
Documentation strings for PYPI_PACKAGE, PYPI_PACKAGE_EXT and
PYPI_SRC_URI added to meta/conf/documentation.conf
(From OE-Core rev: c350812523017f113f63e0b863fd526b4d6331b9)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/documentation.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index a55e2836b5..081e726d4b 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf | |||
@@ -338,6 +338,9 @@ PRIORITY[doc] = "Indicates the importance of a package. The default value is 'o | |||
338 | PROVIDES[doc] = "A list of aliases that a recipe also provides. These aliases are useful for satisfying dependencies of other recipes during the build as specified by DEPENDS." | 338 | PROVIDES[doc] = "A list of aliases that a recipe also provides. These aliases are useful for satisfying dependencies of other recipes during the build as specified by DEPENDS." |
339 | PRSERV_HOST[doc] = "The network based PR service host and port." | 339 | PRSERV_HOST[doc] = "The network based PR service host and port." |
340 | PV[doc] = "The version of the recipe. The version is normally extracted from the recipe filename." | 340 | PV[doc] = "The version of the recipe. The version is normally extracted from the recipe filename." |
341 | PYPI_PACKAGE[doc] = "The python package name to use for fetching from pypi. Default is parsed from the recipe name, but can be overridden if upstream name is different than recipe name." | ||
342 | PYPI_PACKAGE_EXT[doc] = "The archive file extension to use for fetching from pypi. Default is tar.gz, but can be overridden if upstream uses a different compression scheme." | ||
343 | PYPI_SRC_URI[doc] = "The URI to use to fetch from pypi, default uses pythonhosted.org and is constructed from PYPI_PACKAGE, PYPI_PACKAGE_EXT and PV." | ||
341 | 344 | ||
342 | #Q | 345 | #Q |
343 | 346 | ||