diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2012-07-27 12:58:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-29 10:16:15 +0100 |
commit | 2b40ca14b4eb811b1c2c545b97aa9534077a6578 (patch) | |
tree | 6c0e87e7dbffe4b94f5e252a689a9542feafaacb /meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | |
parent | 495350cc25cc4cae0709a3aa1c11e8c22a2aa69a (diff) | |
download | poky-2b40ca14b4eb811b1c2c545b97aa9534077a6578.tar.gz |
libpciaccess: lpci access does not depend on X
So let's remove the X dependencies from DEPENDS and white list it in
xorg-lib-common.inc.
(From OE-Core rev: e82b4fe82689c760c4910ebfc9aed6e3d9e1a2a1)
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/xorg-lib-common.inc')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc index 73a4d1d3e4..55eaf49a38 100644 --- a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc +++ b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | |||
@@ -16,7 +16,7 @@ inherit autotools pkgconfig | |||
16 | EXTRA_OECONF = "--enable-malloc0returnsnull --with-fop=no --without-xmlto" | 16 | EXTRA_OECONF = "--enable-malloc0returnsnull --with-fop=no --without-xmlto" |
17 | 17 | ||
18 | python () { | 18 | python () { |
19 | whitelist = [ "pixman" ] | 19 | whitelist = [ "pixman", "libpciaccess" ] |
20 | if not d.getVar('BPN', True) in whitelist and not oe.utils.contains ('DISTRO_FEATURES', 'x11', True, False, d): | 20 | if not d.getVar('BPN', True) in whitelist and not oe.utils.contains ('DISTRO_FEATURES', 'x11', True, False, d): |
21 | raise bb.parse.SkipPackage("'x11' not in DISTRO_FEATURES") | 21 | raise bb.parse.SkipPackage("'x11' not in DISTRO_FEATURES") |
22 | } | 22 | } |