Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4] udisks bump to version 2.8.4
@ 2020-02-17 14:30 Giulio Benetti
  2020-02-17 14:30 ` [Buildroot] [PATCH 1/4] package/libbytesize: add new package Giulio Benetti
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Giulio Benetti @ 2020-02-17 14:30 UTC (permalink / raw)
  To: buildroot

Hi All,

this patchset bumps udisks version to 2.8.4 while adding new packages
required as dependencies:
- libbytesize
- volume_key
- libblockdev

Libblockdev requires gobject-introspection so I've taken pending Adam
Duskett's patchset[1] to make it work. Also it needs Arnout Vandecappelle's
"Introduce cross-bin directory" patchset[2].

[1]: https://patchwork.ozlabs.org/project/buildroot/list/?series=157909
[2]: https://patchwork.ozlabs.org/project/buildroot/list/?series=156716

All packages have been tested succesfully with ./utils/test-pkg -a

Giulio Benetti (4):
  package/libbytesize: add new package
  package/volume_key: add new package
  package/libblockdev: add new package
  package/udisks: bump version to 2.8.4

 DEVELOPERS                                    |  4 +
 package/Config.in                             |  3 +
 package/libblockdev/Config.in                 | 22 +++++
 package/libblockdev/libblockdev.hash          |  3 +
 package/libblockdev/libblockdev.mk            | 40 +++++++++
 package/libbytesize/Config.in                 | 10 +++
 package/libbytesize/libbytesize.hash          |  3 +
 package/libbytesize/libbytesize.mk            | 15 ++++
 ...-fix-build-with-newer-glibc-versions.patch | 29 -------
 .../0002-Fix-systemd-service-file.patch       | 33 --------
 ...issue-with-missing-sys-sysmacros.h-i.patch | 81 -------------------
 package/udisks/Config.in                      | 31 ++++---
 package/udisks/udisks.hash                    |  4 +-
 package/udisks/udisks.mk                      | 23 ++++--
 ...ove-po-Makefile.in-entry-from-AC_CON.patch | 28 +++++++
 package/volume_key/Config.in                  | 19 +++++
 package/volume_key/volume_key.hash            |  3 +
 package/volume_key/volume_key.mk              | 22 +++++
 18 files changed, 209 insertions(+), 164 deletions(-)
 create mode 100644 package/libblockdev/Config.in
 create mode 100644 package/libblockdev/libblockdev.hash
 create mode 100644 package/libblockdev/libblockdev.mk
 create mode 100644 package/libbytesize/Config.in
 create mode 100644 package/libbytesize/libbytesize.hash
 create mode 100644 package/libbytesize/libbytesize.mk
 delete mode 100644 package/udisks/0001-fix-build-with-newer-glibc-versions.patch
 delete mode 100644 package/udisks/0002-Fix-systemd-service-file.patch
 delete mode 100644 package/udisks/0003-Fix-compilation-issue-with-missing-sys-sysmacros.h-i.patch
 create mode 100644 package/volume_key/0001-configure.ac-remove-po-Makefile.in-entry-from-AC_CON.patch
 create mode 100644 package/volume_key/Config.in
 create mode 100644 package/volume_key/volume_key.hash
 create mode 100644 package/volume_key/volume_key.mk

-- 
2.20.1

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

end of thread, other threads:[~2020-04-12 14:00 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-17 14:30 [Buildroot] [PATCH 0/4] udisks bump to version 2.8.4 Giulio Benetti
2020-02-17 14:30 ` [Buildroot] [PATCH 1/4] package/libbytesize: add new package Giulio Benetti
2020-04-12 14:00   ` Thomas Petazzoni
2020-02-17 14:30 ` [Buildroot] [PATCH 2/4] package/volume_key: " Giulio Benetti
2020-02-17 18:51   ` Thomas Petazzoni
2020-02-18 13:46     ` Giulio Benetti
2020-02-18 14:06       ` Giulio Benetti
2020-02-18 14:47         ` Thomas Petazzoni
2020-02-20 16:28           ` Giulio Benetti
2020-02-18 14:46       ` Thomas Petazzoni
2020-02-18 14:55         ` Giulio Benetti
2020-02-17 14:30 ` [Buildroot] [PATCH 3/4] package/libblockdev: " Giulio Benetti
2020-02-17 18:56   ` Thomas Petazzoni
2020-02-17 14:30 ` [Buildroot] [PATCH 4/4] package/udisks: bump version to 2.8.4 Giulio Benetti
2020-02-17 19:07   ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox