summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
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
parent4f6d91ec214d9d42ae9477f64dbaceb9477e4d0d (diff)
downloadpoky-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')
-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() {
82require python-${PYTHON_MAJMIN}-manifest.inc 82require python-${PYTHON_MAJMIN}-manifest.inc
83 83
84# manual dependency additions 84# manual dependency additions
85RPROVIDES_${PN}-core = "python" 85RPROVIDES_${PN}-core = "${PN}"
86RRECOMMENDS_${PN}-core = "python-readline" 86RRECOMMENDS_${PN}-core = "${PN}-readline"
87RRECOMMENDS_${PN}-crypt = "openssl" 87RRECOMMENDS_${PN}-crypt = "openssl"
88 88
89# add sitecustomize 89# add sitecustomize