From: cp0613@linux.alibaba.com
To: buildroot@buildroot.org
Cc: ju.o@free.fr, Chen Pei <cp0613@linux.alibaba.com>
Subject: [Buildroot] [PATCH v2 0/2] package/iniparser: new package
Date: Wed, 4 Mar 2026 15:27:31 +0800 [thread overview]
Message-ID: <20260304072733.1779-1-cp0613@linux.alibaba.com> (raw)
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
next reply other threads:[~2026-03-04 7:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-04 7:27 cp0613 [this message]
2026-03-04 7:27 ` [Buildroot] [PATCH v2 1/2] package/iniparser: new package 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
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=20260304072733.1779-1-cp0613@linux.alibaba.com \
--to=cp0613@linux.alibaba.com \
--cc=buildroot@buildroot.org \
--cc=ju.o@free.fr \
/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.