qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 18/23] tests/docker: auto-generate centos7 with lcitool


From: Gerd Hoffmann
Subject: Re: [PATCH 18/23] tests/docker: auto-generate centos7 with lcitool
Date: Wed, 2 Dec 2020 13:07:39 +0100

  Hi,

> +RUN echo 'skip_missing_names_on_install=0' >> /etc/yum.conf && \
> +    yum install -y epel-release && \
> +    yum install -y centos-release-xen-48 && \
> +    yum update -y && \
> +    yum install -y \
> +        SDL2-devel \

More a comment for lcitool I guess:  rpmbuild generates provides entries
for pkg-config files, so 'SDL2-devel' can be replaced with
'pkgconfig(sdl2)'.  Which should work fine on any rpm-based distro, no
matter how the package is actually named.

Dunno whenever apt/deb has something simliar or whenever that actually
can simplify things for lcitool ...

take care,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]