diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libpciaccess_0.13.1.bb | 4 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libpciaccess_0.13.1.bb b/meta/recipes-graphics/xorg-lib/libpciaccess_0.13.1.bb index 178e220de9..0ec6814aad 100644 --- a/meta/recipes-graphics/xorg-lib/libpciaccess_0.13.1.bb +++ b/meta/recipes-graphics/xorg-lib/libpciaccess_0.13.1.bb | |||
@@ -8,9 +8,7 @@ require xorg-lib-common.inc | |||
8 | LICENSE = "MIT & MIT-style" | 8 | LICENSE = "MIT & MIT-style" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=de01cb89a769dc657d4c321c209ce4fc" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=de01cb89a769dc657d4c321c209ce4fc" |
10 | 10 | ||
11 | PR = "r0" | 11 | PR = "r1" |
12 | |||
13 | DEPENDS += "xproto virtual/libx11" | ||
14 | 12 | ||
15 | SRC_URI[md5sum] = "399a419ac6a54f0fc07c69c9bdf452dc" | 13 | SRC_URI[md5sum] = "399a419ac6a54f0fc07c69c9bdf452dc" |
16 | SRC_URI[sha256sum] = "27ab68f645691a4ca258dcc9d131040586e134f9233ce079794496f6264da084" | 14 | SRC_URI[sha256sum] = "27ab68f645691a4ca258dcc9d131040586e134f9233ce079794496f6264da084" |
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 | } |