From: Richard Purdie Date: Wed, 10 Nov 2010 13:07:12 +0000 (+0800) Subject: python: Fix hardcoded python references which should refer to PN, removing duplicate... X-Git-Tag: 2011-1~4120 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=25c00dae8ed1a10e5e3c888b064819c9a8dee6fa;p=openembedded-core.git python: Fix hardcoded python references which should refer to PN, removing duplicate providers warning Signed-off-by: Richard Purdie --- 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