diff options
author | Ross Burton <ross.burton@intel.com> | 2015-02-02 11:10:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-03 14:53:43 +0000 |
commit | 50147404973e3f09206e8c1bb53d65b0772492e1 (patch) | |
tree | 67a54f5fde7b5108fc3a1d25caa83eb113714286 /meta/recipes-graphics | |
parent | 3e9392c0965166462e0993d46f4cc2fb1832f1e5 (diff) | |
download | openembedded-core-50147404973e3f09206e8c1bb53d65b0772492e1.tar.gz openembedded-core-50147404973e3f09206e8c1bb53d65b0772492e1.tar.bz2 openembedded-core-50147404973e3f09206e8c1bb53d65b0772492e1.zip |
wayland: remove explicit class-native DEPENDS
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/wayland/wayland_1.6.0.bb | 1 |
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" |