| Submitter | Andreas Oberritter |
|---|---|
| Date | Feb. 24, 2012, 6:40 p.m. |
| Message ID | <4F47D99F.6040003@opendreambox.org> |
| Download | mbox | patch |
| Permalink | /patch/21957/ |
| State | Accepted |
| Commit | 384912b4719a77b2e5f6673066e75258df130f5d |
| Headers | show |
Comments
On Fri, 2012-02-24 at 19:40 +0100, Andreas Oberritter wrote: > > Merged into OE-core > > > > Thanks > > Sau! > > Thanks! You've missed v2, though. See below for an incremental patch. I've merged the fixup, thanks. Richard
Patch
diff --git a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc index 3d5d378..73a4d1d 100644 --- a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc +++ b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc @@ -18,5 +18,5 @@ EXTRA_OECONF = "--enable-malloc0returnsnull --with-fop=no --without-xmlto" python () { whitelist = [ "pixman" ] if not d.getVar('BPN', True) in whitelist and not oe.utils.contains ('DISTRO_FEATURES', 'x11', True, False, d): - raise bb.parse.SkipPackage("X11 not enabled for this DISTRO") + raise bb.parse.SkipPackage("'x11' not in DISTRO_FEATURES") }