diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-12 12:11:34 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-12 14:18:00 +0000 |
commit | d1c073d2813bd913617990cd047507353ea0c09e (patch) | |
tree | 44b3175841a20c49f49c49c9134a7942536bfe7c /meta/recipes-devtools/python | |
parent | 1913f38d79a56f7d21999b6839835f967ca28abd (diff) | |
download | openembedded-core-d1c073d2813bd913617990cd047507353ea0c09e.tar.gz openembedded-core-d1c073d2813bd913617990cd047507353ea0c09e.tar.bz2 openembedded-core-d1c073d2813bd913617990cd047507353ea0c09e.zip |
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.
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.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-distribute_0.6.32.bb | 2 |
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 SRCNAME = "distribute" PR = "ml5" DEPENDS += "python" -DEPENDS_virtclass-native += "python-native" +DEPENDS_class-native += "python-native" SRC_URI = " \ 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 SRCNAME = "distribute" PR = "ml5" DEPENDS += "python3" -DEPENDS_virtclass-native += "python3-native" +DEPENDS_class-native += "python3-native" SRC_URI = " \ http://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ |