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:55 +0000 |
commit | ddb8d3fb73231c59cc3485bc193eca2a297dd24c (patch) | |
tree | 900c2a50c4fe88e2579ba2c7e5b4baf97154bab1 /meta/recipes-graphics/wayland | |
parent | 8ac69a923c0a9733eeef1304df6f9ce4db2a1e6a (diff) | |
download | poky-ddb8d3fb73231c59cc3485bc193eca2a297dd24c.tar.gz |
wayland: remove explicit class-native DEPENDS
(From OE-Core rev: 50147404973e3f09206e8c1bb53d65b0772492e1)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland')
-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 | |||
23 | # We need wayland-native for the wayland-scanner utility | 23 | # We need wayland-native for the wayland-scanner utility |
24 | BBCLASSEXTEND = "native" | 24 | BBCLASSEXTEND = "native" |
25 | 25 | ||
26 | DEPENDS_class-native = "expat-native libffi-native" | ||
27 | DEPENDS = "expat libffi wayland-native" | 26 | DEPENDS = "expat libffi wayland-native" |
28 | 27 | ||
29 | EXTRA_OECONF = "--disable-documentation --disable-scanner" | 28 | EXTRA_OECONF = "--disable-documentation --disable-scanner" |