summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-12 12:11:34 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-13 11:41:21 +0000
commit4db39d233c268f99ce73fe78af3921a18da08056 (patch)
tree1914073e95c1af0411f76a6aba42df0bae04b036 /meta/recipes-devtools/python
parent3d0dccd02612caecf1a82395160121ba47153ddc (diff)
downloadpoky-4db39d233c268f99ce73fe78af3921a18da08056.tar.gz
meta/recipes: Remove virtclass references
The virtclass overrides will go away at some point (apart from the multilib one). Change them all to class-xxx instead since people enjoy copy and pasting them. (From OE-Core rev: d1c073d2813bd913617990cd047507353ea0c09e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python-distribute_0.6.32.bb2
-rw-r--r--meta/recipes-devtools/python/python3-distribute_0.6.32.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-distribute_0.6.32.bb b/meta/recipes-devtools/python/python-distribute_0.6.32.bb
index ddc8d00bcf..2925114c3f 100644
--- a/meta/recipes-devtools/python/python-distribute_0.6.32.bb
+++ b/meta/recipes-devtools/python/python-distribute_0.6.32.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://setup.py;beginline=234;endline=234;md5=26f6b02022b737
7SRCNAME = "distribute" 7SRCNAME = "distribute"
8PR = "ml5" 8PR = "ml5"
9DEPENDS += "python" 9DEPENDS += "python"
10DEPENDS_virtclass-native += "python-native" 10DEPENDS_class-native += "python-native"
11 11
12SRC_URI = " \ 12SRC_URI = " \
13 http://pypi.python.org/packages/source/d/distribute/${SRCNAME}-${PV}.tar.gz \ 13 http://pypi.python.org/packages/source/d/distribute/${SRCNAME}-${PV}.tar.gz \
diff --git a/meta/recipes-devtools/python/python3-distribute_0.6.32.bb b/meta/recipes-devtools/python/python3-distribute_0.6.32.bb
index d4f00cd797..d3b15c17fe 100644
--- a/meta/recipes-devtools/python/python3-distribute_0.6.32.bb
+++ b/meta/recipes-devtools/python/python3-distribute_0.6.32.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://setup.py;beginline=234;endline=234;md5=26f6b02022b737
7SRCNAME = "distribute" 7SRCNAME = "distribute"
8PR = "ml5" 8PR = "ml5"
9DEPENDS += "python3" 9DEPENDS += "python3"
10DEPENDS_virtclass-native += "python3-native" 10DEPENDS_class-native += "python3-native"
11 11
12SRC_URI = " \ 12SRC_URI = " \
13 http://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ 13 http://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \