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/pseudo | |
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/pseudo')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo.inc b/meta/recipes-devtools/pseudo/pseudo.inc index f1d3db5a08..42738abfc5 100644 --- a/meta/recipes-devtools/pseudo/pseudo.inc +++ b/meta/recipes-devtools/pseudo/pseudo.inc @@ -29,7 +29,7 @@ do_configure () { } NO32LIBS ??= "1" -NO32LIBS_virtclass-nativesdk = "1" +NO32LIBS_class-nativesdk = "1" # Compile for the local machine arch... do_compile () { |