[PATCH modular 2/3] jhbuildrc: Support skipping packages on a per-architecture basis.

Jon TURNEY jon.turney at dronecode.org.uk
Sun Nov 14 09:43:30 PST 2010


On 14/11/2010 16:08, Dan Nicholson wrote:
> On Sat, Nov 13, 2010 at 4:50 PM, Cyril Brulebois <kibi at debian.org> wrote:
>> Thanks to an execfile() in jhbuildrc, allow managing packages to be
>> skipped on this or that architecture to be listed in an external file
>> (by default, adding '.skip' to the name of the file listing all the
>> modules).
>>
>> Do not forget to use 'del' here and there to prevent jhbuild from
>> complaining about unknown keys:
>> | I: unknown keys defined in configuration file: foo
>>
>> Signed-off-by: Cyril Brulebois <kibi at debian.org>
> 
> Ooh, very clever.

Indeed :-)

> +# Dictionary: arch => list of packages to skip
> +arch_blacklist = {
> +  'x86_64': ['xf86-video-geode',  # not on 64-bit   (#26341)
> +             'xf86-video-impact', # not on non-MIPS (#26342)
> +             'xf86-video-sunbw2', # dead            (#26343)
> +            ],
> +}

I think sunbw2 can just be moved to xorg-unmaintained-broken-drivers in the
xorg.modules file.  It's been taken out of build.sh some time ago (see [1])

[1] https://bugs.freedesktop.org/show_bug.cgi?id=26343


More information about the xorg-devel mailing list