diff options
author | Ross Burton <ross.burton@intel.com> | 2016-10-11 16:06:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-15 10:01:42 +0100 |
commit | d46883c7dbe97e64ebb5c20ab042e902ebeeec34 (patch) | |
tree | 3fdb4aba83a8234cbc853d9d53f526171149a4c4 /meta | |
parent | 95a7729a2bcc59aa248e5283527ae208c31293f0 (diff) | |
download | poky-d46883c7dbe97e64ebb5c20ab042e902ebeeec34.tar.gz |
libxext: remove spurious dependencies
(From OE-Core rev: 93b91ae84a8c4b479da2f6fdf1f45db7da730a20)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxext_1.3.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxext_1.3.3.bb b/meta/recipes-graphics/xorg-lib/libxext_1.3.3.bb index efa8b65ace..063e531c02 100644 --- a/meta/recipes-graphics/xorg-lib/libxext_1.3.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxext_1.3.3.bb | |||
@@ -13,7 +13,7 @@ require xorg-lib-common.inc | |||
13 | LICENSE = "MIT-style" | 13 | LICENSE = "MIT-style" |
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=879ce266785414bd1cbc3bc2f4d9d7c8" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=879ce266785414bd1cbc3bc2f4d9d7c8" |
15 | 15 | ||
16 | DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp" | 16 | DEPENDS += "xproto virtual/libx11 xextproto" |
17 | PROVIDES = "xext" | 17 | PROVIDES = "xext" |
18 | 18 | ||
19 | PE = "1" | 19 | PE = "1" |