Carsten Schlote wrote:
> From: Carsten Schlote <c.schl...@konzeptpark.de>
> 
> Currently E2FSPROGS is selected for those target packages, which need
> libuuid.so or libblkid.so.
> 
> The util-linux-ng package contains newer versions of these libraries.
> 
> So I added a virtual package 'libuuid', which selects the
> appropriate source package.
> 
> Later this can easily changed to a real package or redirected to
> some other package.
> 
> Signed-off-by: Carsten Schlote <c.schl...@konzeptpark.de>
Acked-by: Marc Kleine-Budde <m...@pengutronix.de>

> ---
>  rules/libuuid.in |   14 ++++++++++++++
>  1 files changed, 14 insertions(+), 0 deletions(-)
>  create mode 100644 rules/libuuid.in
> 
> diff --git a/rules/libuuid.in b/rules/libuuid.in
> new file mode 100644
> index 0000000..8134ee6
> --- /dev/null
> +++ b/rules/libuuid.in
> @@ -0,0 +1,14 @@
> +## SECTION=system_libraries
> +
> +config LIBUUID
> +     tristate
> +     prompt "libuuid"
> +     select E2FSPROGS
> +     select E2FSPROGS_LIBUUID
> +     help
> +       Helper to select the target packet containing a recent libuuid.so
> +       library and its header.
> +       
> +       The following packages provide libuuid:
> +       - e2fsprogs      (older version)
> +       - utils-linux-ng (more recent version)


-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |

Attachment: signature.asc
Description: OpenPGP digital signature

--
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to