From b4ea23adf58d664f3cc5abe6d04b507fc000426e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 15 Oct 2018 19:13:02 +0100 Subject: 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. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python_2.7.15.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/recipes-devtools/python/python_2.7.15.bb') 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 () { (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 -- cgit 1.2.3-korg