]> code.ossystems Code Review - openembedded-core.git/commitdiff
wayland: remove explicit class-native DEPENDS
authorRoss Burton <ross.burton@intel.com>
Mon, 2 Feb 2015 11:10:26 +0000 (11:10 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Feb 2015 14:53:43 +0000 (14:53 +0000)
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/wayland/wayland_1.6.0.bb

index cf3c09463438dc9cb90cec8da8454c6e207ce526..00713bff3f80b2207472d7e46078228586899c84 100644 (file)
@@ -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"