All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: KAMenyaev@sberdevices.ru
Cc: Zoltan Gyarmati <zgyarmati@zgyarmati.de>,
	sdfw_system_team@sberdevices.ru,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Asaf Kahlon <asafka7@gmail.com>,
	buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 2/2] package/crudini: add host-crudini
Date: Mon, 6 Feb 2023 12:01:10 +0100	[thread overview]
Message-ID: <20230206110110.GB3565@scaer> (raw)
In-Reply-To: <20220920232154.1219792-2-KAMenyaev@sberdevices.ru>

Konstantin, All,

On 2022-09-21 02:21 +0300, Konstantin Menyaev via buildroot spake thusly:
> From: Konstantin Menyaev <KAMenyaev@sberdevices.ru>
> 
> Make the host variant of crudini package. This can be useful in
> post-{build,image} scripts.
> 
> Signed-off-by: Konstantin Menyaev <KAMenyaev@sberdevices.ru>
> ---
[--SNIP--]
> diff --git a/package/crudini/Config.in.host b/package/crudini/Config.in.host
> new file mode 100644
> index 0000000000..5e0040883f
> --- /dev/null
> +++ b/package/crudini/Config.in.host
> @@ -0,0 +1,9 @@
> +config BR2_PACKAGE_HOST_CRUDINI
> +	bool "host crudini"
> +	depends on BR2_PACKAGE_HOST_PYTHON3

I've changed that to a select, like allthe other host packages that need
host python3, and applied to master, thanks.

Regards,
Yann E. MORIN.

> +	select BR2_PACKAGE_HOST_PYTHON_INIPARSE # runtime
> +	help
> +	  A utility for handling ini files from the command line and
> +	  shell scripts
> +
> +	  https://pypi.python.org/pypi/crudini
> diff --git a/package/crudini/crudini.mk b/package/crudini/crudini.mk
> index 7141e2b2a0..c376c5f777 100644
> --- a/package/crudini/crudini.mk
> +++ b/package/crudini/crudini.mk
> @@ -11,3 +11,4 @@ CRUDINI_LICENSE = GPL-2.0
>  CRUDINI_LICENSE_FILES = COPYING
>  
>  $(eval $(python-package))
> +$(eval $(host-python-package))
> -- 
> 2.37.3
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2023-02-06 11:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-20 23:21 [Buildroot] [PATCH 1/2] package/python-iniparse: add host-python-iniparse KAMenyaev
2022-09-20 23:21 ` [Buildroot] [PATCH 2/2] package/crudini: add host-crudini Konstantin Menyaev via buildroot
2023-02-06 10:09   ` Heiko Thiery
2023-02-06 11:01   ` Yann E. MORIN [this message]
2023-02-06 10:12 ` [Buildroot] [PATCH 1/2] package/python-iniparse: add host-python-iniparse Heiko Thiery
2023-02-06 11:32   ` James Hilliard
2023-02-06 11:38     ` Yann E. MORIN
2023-02-06 10:56 ` Yann E. MORIN

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=20230206110110.GB3565@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=KAMenyaev@sberdevices.ru \
    --cc=asafka7@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=sdfw_system_team@sberdevices.ru \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=zgyarmati@zgyarmati.de \
    /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.