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-graphics/wayland | |
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-graphics/wayland')
-rw-r--r-- | meta/recipes-graphics/wayland/wayland_1.3.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/wayland/wayland_1.3.0.bb b/meta/recipes-graphics/wayland/wayland_1.3.0.bb index 212e08ae1b..aa04f8d1c5 100644 --- a/meta/recipes-graphics/wayland/wayland_1.3.0.bb +++ b/meta/recipes-graphics/wayland/wayland_1.3.0.bb @@ -21,10 +21,10 @@ inherit autotools pkgconfig # We need wayland-native for the wayland-scanner utility BBCLASSEXTEND = "native" -DEPENDS_virtclass-native = "expat-native libffi-native" +DEPENDS_class-native = "expat-native libffi-native" DEPENDS = "expat libffi wayland-native" -EXTRA_OECONF_virtclass-native = "--disable-documentation" +EXTRA_OECONF_class-native = "--disable-documentation" EXTRA_OECONF = "--disable-documentation --disable-scanner" # Wayland installs a M4 macro for other projects to use, which uses the target |