All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/2] package/iniparser: new package
@ 2026-03-04  7:27 cp0613
  2026-03-04  7:27 ` [Buildroot] [PATCH v2 1/2] " cp0613
  2026-03-04  7:27 ` [Buildroot] [PATCH v2 2/2] DEVELOPERS: Add Chen Pei to iniparser cp0613
  0 siblings, 2 replies; 4+ messages in thread
From: cp0613 @ 2026-03-04  7:27 UTC (permalink / raw)
  To: buildroot; +Cc: ju.o, Chen Pei

From: Chen Pei <cp0613@linux.alibaba.com>

The iniparser is a simple C library offering ini file parsing services.

Iniparser is added because it is a dependency of ndctl[1], which will be
added in a subsequent patch.

Changes in v2:
 - Move the "v" from the _VERSION to _SITE and update _SOURCE
 - Add new entry in the DEVELOPERS

[1] https://github.com/pmem/ndctl

Chen Pei (2):
  package/iniparser: new package
  DEVELOPERS: Add Chen Pei to iniparser

 DEVELOPERS                       |  3 +++
 package/Config.in                |  1 +
 package/iniparser/Config.in      |  7 +++++++
 package/iniparser/iniparser.hash |  3 +++
 package/iniparser/iniparser.mk   | 14 ++++++++++++++
 5 files changed, 28 insertions(+)
 create mode 100644 package/iniparser/Config.in
 create mode 100644 package/iniparser/iniparser.hash
 create mode 100644 package/iniparser/iniparser.mk

-- 
2.50.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-03-04 20:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-04  7:27 [Buildroot] [PATCH v2 0/2] package/iniparser: new package cp0613
2026-03-04  7:27 ` [Buildroot] [PATCH v2 1/2] " cp0613
2026-03-04 20:33   ` Julien Olivain via buildroot
2026-03-04  7:27 ` [Buildroot] [PATCH v2 2/2] DEVELOPERS: Add Chen Pei to iniparser cp0613

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.