summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python_2.7.15.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-10-15 19:13:02 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-16 20:35:43 +0100
commite349b239c8833bcdad9b1ff1a0702ace2db71959 (patch)
tree9c0c71b6f1f0068ac0941f3337a921e7141eb6d6 /meta/recipes-devtools/python/python_2.7.15.bb
parent04370c671eafb193d03ed1d48584c6aa218965ae (diff)
downloadpoky-e349b239c8833bcdad9b1ff1a0702ace2db71959.tar.gz
python: remove the PN package entirely
Nothing should be in this package, so remove it entirely to be sure nothing does end up in there. (From OE-Core rev: b4ea23adf58d664f3cc5abe6d04b507fc000426e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python_2.7.15.bb')
-rw-r--r--meta/recipes-devtools/python/python_2.7.15.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.15.bb b/meta/recipes-devtools/python/python_2.7.15.bb
index d78400b6e6..b402ad6f1e 100644
--- a/meta/recipes-devtools/python/python_2.7.15.bb
+++ b/meta/recipes-devtools/python/python_2.7.15.bb
@@ -152,6 +152,7 @@ py_package_preprocess () {
152 (cd ${PKGD}; python -m py_compile ./${libdir}/python${PYTHON_MAJMIN}/_sysconfigdata.py) 152 (cd ${PKGD}; python -m py_compile ./${libdir}/python${PYTHON_MAJMIN}/_sysconfigdata.py)
153} 153}
154 154
155PACKAGES_remove = "${PN}"
155 156
156# manual dependency additions 157# manual dependency additions
157RPROVIDES_${PN}-core = "${PN}" 158RPROVIDES_${PN}-core = "${PN}"
@@ -181,8 +182,6 @@ RDEPENDS_${PN}-dev = ""
181 182
182BBCLASSEXTEND = "nativesdk" 183BBCLASSEXTEND = "nativesdk"
183 184
184RPROVIDES_${PN} += "${PN}-modules"
185
186# We want bytecode precompiled .py files (.pyc's) by default 185# We want bytecode precompiled .py files (.pyc's) by default
187# but the user may set it on their own conf 186# but the user may set it on their own conf
188 187