From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Adrian Perez de Castro <aperez@igalia.com>
Cc: Eric Le Bihan <eric.le.bihan.dev@free.fr>,
Will Newton <will.newton@gmail.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/2] package/libdex: new package
Date: Fri, 12 Jul 2024 17:35:10 +0200 [thread overview]
Message-ID: <20240712173510.20d586c1@windsurf> (raw)
In-Reply-To: <20240627220223.6687-2-aperez@igalia.com>
Hello Adrian,
On Fri, 28 Jun 2024 01:02:18 +0300
Adrian Perez de Castro <aperez@igalia.com> wrote:
> This package provides utilities for asynchronous programming in C
> using a futures/promises model. Newer versions of sysprof require
> this library.
>
> https://gitlab.gnome.org/GNOME/libdex
>
> Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Thanks, applied with some really minor changes.
> diff --git a/package/Config.in b/package/Config.in
> index 550fdc1f411..ff55d892e0e 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -2155,6 +2155,7 @@ menu "Other"
> source "package/libcap/Config.in"
> source "package/libcap-ng/Config.in"
> source "package/libcgroup/Config.in"
> + source "package/libdex/Config.in"
> source "package/llvm-project/libclc/Config.in"
> source "package/libcofi/Config.in"
> source "package/libcorrect/Config.in"
Fix up alphabetic ordering here. This was pointed out by "make
check-package".
> +LIBDEX_VERSION_MAJOR = 0.6
> +LIBDEX_VERSION = $(LIBDEX_VERSION_MAJOR).1
> +LIBDEX_SOURCE = libdex-$(LIBDEX_VERSION).tar.xz
> +LIBDEX_SITE = https://download.gnome.org/sources/libdex/$(LIBDEX_VERSION_MAJOR)
> +LIBDEX_LICENSE = LGPL-2.1+
> +LIBDEX_LICENSE_FILES = COPYING
> +LIBDEX_INSTALL_STAGING = YES
> +LIBDEX_DEPENDENCIES += libglib2
= instead of +=
> +LIBDEX_CONF_OPTS += \
Ditto here.
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-07-12 15:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-27 22:02 [Buildroot] [PATCH 0/2] Update Sysprof to the latest release Adrian Perez de Castro
2024-06-27 22:02 ` [Buildroot] [PATCH 1/2] package/libdex: new package Adrian Perez de Castro
2024-07-12 15:35 ` Thomas Petazzoni via buildroot [this message]
2024-06-27 22:02 ` [Buildroot] [PATCH 2/2] package/sysprof: update to version 46.0 Adrian Perez de Castro
2024-07-12 15:37 ` Thomas Petazzoni via buildroot
2024-08-05 13:24 ` Adrian Perez de Castro
2024-08-05 13:46 ` Thomas Petazzoni via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240712173510.20d586c1@windsurf \
--to=buildroot@buildroot.org \
--cc=aperez@igalia.com \
--cc=eric.le.bihan.dev@free.fr \
--cc=thomas.petazzoni@bootlin.com \
--cc=will.newton@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.