diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python_2.6.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python_2.6.5.bb b/meta/recipes-devtools/python/python_2.6.5.bb index 5c54889e91..ec5442dc7c 100644 --- a/meta/recipes-devtools/python/python_2.6.5.bb +++ b/meta/recipes-devtools/python/python_2.6.5.bb @@ -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 |