summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland
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-graphics/wayland
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-graphics/wayland')
-rw-r--r--meta/recipes-graphics/wayland/wayland_1.3.0.bb4
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
21# We need wayland-native for the wayland-scanner utility 21# We need wayland-native for the wayland-scanner utility
22BBCLASSEXTEND = "native" 22BBCLASSEXTEND = "native"
23 23
24DEPENDS_virtclass-native = "expat-native libffi-native" 24DEPENDS_class-native = "expat-native libffi-native"
25DEPENDS = "expat libffi wayland-native" 25DEPENDS = "expat libffi wayland-native"
26 26
27EXTRA_OECONF_virtclass-native = "--disable-documentation" 27EXTRA_OECONF_class-native = "--disable-documentation"
28EXTRA_OECONF = "--disable-documentation --disable-scanner" 28EXTRA_OECONF = "--disable-documentation --disable-scanner"
29 29
30# Wayland installs a M4 macro for other projects to use, which uses the target 30# Wayland installs a M4 macro for other projects to use, which uses the target