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-13 11:41:21 +0000 |
commit | 4db39d233c268f99ce73fe78af3921a18da08056 (patch) | |
tree | 1914073e95c1af0411f76a6aba42df0bae04b036 /meta/recipes-graphics/wayland | |
parent | 3d0dccd02612caecf1a82395160121ba47153ddc (diff) | |
download | poky-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.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 | |||
21 | # We need wayland-native for the wayland-scanner utility | 21 | # We need wayland-native for the wayland-scanner utility |
22 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |
23 | 23 | ||
24 | DEPENDS_virtclass-native = "expat-native libffi-native" | 24 | DEPENDS_class-native = "expat-native libffi-native" |
25 | DEPENDS = "expat libffi wayland-native" | 25 | DEPENDS = "expat libffi wayland-native" |
26 | 26 | ||
27 | EXTRA_OECONF_virtclass-native = "--disable-documentation" | 27 | EXTRA_OECONF_class-native = "--disable-documentation" |
28 | EXTRA_OECONF = "--disable-documentation --disable-scanner" | 28 | EXTRA_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 |