All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/1] package/ledmon: new package
@ 2023-08-20  9:58 Maksim Kiselev
  2023-08-20  9:58 ` [Buildroot] [PATCH v2 1/1] " Maksim Kiselev
  0 siblings, 1 reply; 3+ messages in thread
From: Maksim Kiselev @ 2023-08-20  9:58 UTC (permalink / raw)
  To: buildroot; +Cc: Maksim Kiselev, Thomas Petazzoni

Add Enclosure LED Utilities

v2 changes:
 - add an entry in the DEVELOPERS file for this package
 - use "select" instead of "depends on" for For pciutils and sg3_utils
 - add patches for musl builds
 - drop "v" prefix for LEDMON_VERSION variable
 - add host-pkgconf dependency
 - add comment about licenses
 - bump ledmon version to 0.97

Maksim Kiselev (1):
  package/ledmon: new package

 DEVELOPERS                                    |   3 +
 package/Config.in                             |   1 +
 ...nstandard-on_exit-function-by-atexit.patch | 223 ++++++++++++++++++
 ...-Fix-unknown-type-name-ssize_t-error.patch |  44 ++++
 .../ledmon/0003-Add-disable-doc-option.patch  |  63 +++++
 package/ledmon/Config.in                      |  15 ++
 package/ledmon/ledmon.hash                    |   3 +
 package/ledmon/ledmon.mk                      |  18 ++
 8 files changed, 370 insertions(+)
 create mode 100644 package/ledmon/0001-Replace-nonstandard-on_exit-function-by-atexit.patch
 create mode 100644 package/ledmon/0002-Fix-unknown-type-name-ssize_t-error.patch
 create mode 100644 package/ledmon/0003-Add-disable-doc-option.patch
 create mode 100644 package/ledmon/Config.in
 create mode 100644 package/ledmon/ledmon.hash
 create mode 100644 package/ledmon/ledmon.mk

-- 
2.39.2

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

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

end of thread, other threads:[~2023-08-21 11:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-20  9:58 [Buildroot] [PATCH v2 0/1] package/ledmon: new package Maksim Kiselev
2023-08-20  9:58 ` [Buildroot] [PATCH v2 1/1] " Maksim Kiselev
2023-08-21 11:11   ` Thomas Petazzoni via buildroot

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.