mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 18:02:12 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
04370c671e
commit
e349b239c8
@@ -152,6 +152,7 @@ py_package_preprocess () {
|
||||
(cd ${PKGD}; python -m py_compile ./${libdir}/python${PYTHON_MAJMIN}/_sysconfigdata.py)
|
||||
}
|
||||
|
||||
PACKAGES_remove = "${PN}"
|
||||
|
||||
# manual dependency additions
|
||||
RPROVIDES_${PN}-core = "${PN}"
|
||||
@@ -181,8 +182,6 @@ RDEPENDS_${PN}-dev = ""
|
||||
|
||||
BBCLASSEXTEND = "nativesdk"
|
||||
|
||||
RPROVIDES_${PN} += "${PN}-modules"
|
||||
|
||||
# We want bytecode precompiled .py files (.pyc's) by default
|
||||
# but the user may set it on their own conf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user