aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-11-10 21:07:12 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-11-10 21:08:28 +0800
commit25c00dae8ed1a10e5e3c888b064819c9a8dee6fa (patch)
tree02382535e3cbe7495158a7dbf114f9a11ff2e3d5 /meta/recipes-devtools/python
parent4f6d91ec214d9d42ae9477f64dbaceb9477e4d0d (diff)
downloadopenembedded-core-25c00dae8ed1a10e5e3c888b064819c9a8dee6fa.tar.gz
python: Fix hardcoded python references which should refer to PN, removing duplicate providers warning
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python_2.6.5.bb4
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