mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
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>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user