aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-02-02 11:10:26 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-03 14:53:43 +0000
commit50147404973e3f09206e8c1bb53d65b0772492e1 (patch)
tree67a54f5fde7b5108fc3a1d25caa83eb113714286 /meta
parent3e9392c0965166462e0993d46f4cc2fb1832f1e5 (diff)
downloadopenembedded-core-contrib-50147404973e3f09206e8c1bb53d65b0772492e1.tar.gz
wayland: remove explicit class-native DEPENDS
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/wayland/wayland_1.6.0.bb1
1 files changed, 0 insertions, 1 deletions
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"