summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3_3.5.6.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/python3_3.5.6.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/python3_3.5.6.bb')
-rw-r--r--meta/recipes-devtools/python/python3_3.5.6.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3_3.5.6.bb b/meta/recipes-devtools/python/python3_3.5.6.bb
index 72478f8663..2a4547694a 100644
--- a/meta/recipes-devtools/python/python3_3.5.6.bb
+++ b/meta/recipes-devtools/python/python3_3.5.6.bb
@@ -215,6 +215,8 @@ py_package_preprocess () {
215 mv ${PKGD}/${bindir}/python${PYTHON_BINABI}-config ${PKGD}/${bindir}/python${PYTHON_BINABI}-config-${MULTILIB_SUFFIX} 215 mv ${PKGD}/${bindir}/python${PYTHON_BINABI}-config ${PKGD}/${bindir}/python${PYTHON_BINABI}-config-${MULTILIB_SUFFIX}
216} 216}
217 217
218PACKAGES_remove = "${PN}"
219
218# manual dependency additions 220# manual dependency additions
219RPROVIDES_${PN}-modules = "${PN}" 221RPROVIDES_${PN}-modules = "${PN}"
220RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python3-modules" 222RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python3-modules"
@@ -249,8 +251,6 @@ RDEPENDS_${PN}-dev = ""
249 251
250BBCLASSEXTEND = "nativesdk" 252BBCLASSEXTEND = "nativesdk"
251 253
252RPROVIDES_${PN} += "${PN}-modules"
253
254# We want bytecode precompiled .py files (.pyc's) by default 254# We want bytecode precompiled .py files (.pyc's) by default
255# but the user may set it on their own conf 255# but the user may set it on their own conf
256INCLUDE_PYCS ?= "1" 256INCLUDE_PYCS ?= "1"