[Buildroot] [PATCH v1 1/2] package/libyaml: add host package

Yann E. MORIN yann.morin.1998 at free.fr
Tue Sep 6 08:42:53 UTC 2022


Christian, All,

On 2022-09-04 12:02 -0700, Christian Stewart via buildroot spake thusly:
> Add a Config.in.host to enable the host-libyaml package.
> 
> Signed-off-by: Christian Stewart <christian at paral.in>

Following the comment by Thomas, I've marked this two-patch series as
changes-requested in Patchwork.

Regards,
Yann E. MORIN.

> ---
>  package/Config.in.host         | 1 +
>  package/libyaml/Config.in.host | 7 +++++++
>  2 files changed, 8 insertions(+)
>  create mode 100644 package/libyaml/Config.in.host
> 
> diff --git a/package/Config.in.host b/package/Config.in.host
> index 99edeafece..66b64fd7c6 100644
> --- a/package/Config.in.host
> +++ b/package/Config.in.host
> @@ -47,6 +47,7 @@ menu "Host utilities"
>  	source "package/jsmin/Config.in.host"
>  	source "package/kmod/Config.in.host"
>  	source "package/libp11/Config.in.host"
> +	source "package/libyaml/Config.in.host"
>  	source "package/lld/Config.in.host"
>  	source "package/lpc3250loader/Config.in.host"
>  	source "package/lttng-babeltrace/Config.in.host"
> diff --git a/package/libyaml/Config.in.host b/package/libyaml/Config.in.host
> new file mode 100644
> index 0000000000..fd47362a91
> --- /dev/null
> +++ b/package/libyaml/Config.in.host
> @@ -0,0 +1,7 @@
> +config BR2_PACKAGE_HOST_LIBYAML
> +	bool "host libyaml"
> +	help
> +	  LibYAML is a YAML 1.1 parser and emitter written in C.
> +	  Host package.
> +
> +	  http://pyyaml.org/wiki/LibYAML
> \ No newline at end of file
> -- 
> 2.37.3
> 
> _______________________________________________
> buildroot mailing list
> buildroot at 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.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list