From: Ross Burton Date: Mon, 2 Feb 2015 11:10:26 +0000 (+0000) Subject: wayland: remove explicit class-native DEPENDS X-Git-Tag: 2015-4~548 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=50147404973e3f09206e8c1bb53d65b0772492e1;p=openembedded-core.git wayland: remove explicit class-native DEPENDS Signed-off-by: Ross Burton --- diff --git a/meta/recipes-graphics/wayland/wayland_1.6.0.bb b/meta/recipes-graphics/wayland/wayland_1.6.0.bb index cf3c094634..00713bff3f 100644 --- a/meta/recipes-graphics/wayland/wayland_1.6.0.bb +++ b/meta/recipes-graphics/wayland/wayland_1.6.0.bb @@ -23,7 +23,6 @@ inherit autotools pkgconfig # We need wayland-native for the wayland-scanner utility BBCLASSEXTEND = "native" -DEPENDS_class-native = "expat-native libffi-native" DEPENDS = "expat libffi wayland-native" EXTRA_OECONF = "--disable-documentation --disable-scanner"