From 4db39d233c268f99ce73fe78af3921a18da08056 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 12 Feb 2014 12:11:34 +0000 Subject: 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 --- meta/recipes-graphics/wayland/wayland_1.3.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-graphics/wayland') 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 -- cgit v1.2.3-54-g00ecf