mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 11:13:04 +01:00
python: Fix hardcoded python references which should refer to PN, removing duplicate providers warning
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -82,8 +82,8 @@ do_install() {
|
||||
require python-${PYTHON_MAJMIN}-manifest.inc
|
||||
|
||||
# manual dependency additions
|
||||
RPROVIDES_${PN}-core = "python"
|
||||
RRECOMMENDS_${PN}-core = "python-readline"
|
||||
RPROVIDES_${PN}-core = "${PN}"
|
||||
RRECOMMENDS_${PN}-core = "${PN}-readline"
|
||||
RRECOMMENDS_${PN}-crypt = "openssl"
|
||||
|
||||
# add sitecustomize
|
||||
|
||||
Reference in New Issue
Block a user