All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v17 0/5] gobject-introspection: new package
@ 2020-02-11 16:33 aduskett at gmail.com
  2020-02-11 16:34 ` [Buildroot] [PATCH v17 1/5] package/libiberty: " aduskett at gmail.com
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: aduskett at gmail.com @ 2020-02-11 16:33 UTC (permalink / raw)
  To: buildroot

From: Adam Duskett <Aduskett@gmail.com>

Thanks to Giulio Benetti and his efforts to update udisks, I found several
issues with autotools based packages in regards to building and installing
.gir and .typelib files.

I bring to you V17:

Major Changes:
  - Update 0001-Only-prefix-with-the-sysroot-a-subset-of-variables.patch to
    include g_ir_scanner, g_ir_compiler, and g_ir_generate.

  - Fiddle with the gobject-introspection-1.0.pc file so that way some paths that
    had sysroot prepended no longer to so. This fixes installation issues.

  - Add several more comments in the gobject-introspection.mk file.

  - Fix gobject-introspection/Config.in


Adam Duskett (5):
  package/libiberty: new package
  package/gdb: depend on libiberty
  package/prelink-cross: new package
  package/pkgconf: prepend sysroot paths to common gobject-introspection
    utils
  package/gobject-introspection: new package

 DEVELOPERS                                    |   3 +
 package/Config.in                             |   1 +
 package/gdb/gdb.mk                            |   4 +-
 ...lete-upstream-attempt-at-cross-compi.patch |  33 ++++
 ...d-cross-compilation-support-to-meson.patch | 163 ++++++++++++++++++
 .../0003-disable-tests.patch                  |  29 ++++
 ...canner-add-use-binary-wrapper-option.patch |  52 ++++++
 ...scanner-add-a-use-ldd-wrapper-option.patch |  48 ++++++
 ...scanner-add-a-lib-dirs-envvar-option.patch |  73 ++++++++
 .../0007-Add-rpath-links-to-ccompiler.patch   |  29 ++++
 ...-error-return-codes-from-ldd-wrapper.patch |  28 +++
 package/gobject-introspection/Config.in       |  33 ++++
 .../gobject-introspection/g-ir-compiler.in    |   3 +
 .../g-ir-scanner-lddwrapper.in                |   3 +
 .../g-ir-scanner-qemuwrapper.in               |  17 ++
 package/gobject-introspection/g-ir-scanner.in |   8 +
 .../gobject-introspection.hash                |   4 +
 .../gobject-introspection.mk                  | 133 ++++++++++++++
 package/libiberty/libiberty.hash              |   2 +
 package/libiberty/libiberty.mk                |  27 +++
 ...th-the-sysroot-a-subset-of-variables.patch |  13 +-
 package/prelink-cross/prelink-cross.hash      |   3 +
 package/prelink-cross/prelink-cross.mk        |  16 ++
 23 files changed, 720 insertions(+), 5 deletions(-)
 create mode 100644 package/gobject-introspection/0001-Revert-an-incomplete-upstream-attempt-at-cross-compi.patch
 create mode 100644 package/gobject-introspection/0002-add-cross-compilation-support-to-meson.patch
 create mode 100644 package/gobject-introspection/0003-disable-tests.patch
 create mode 100644 package/gobject-introspection/0004-giscanner-add-use-binary-wrapper-option.patch
 create mode 100644 package/gobject-introspection/0005-giscanner-add-a-use-ldd-wrapper-option.patch
 create mode 100644 package/gobject-introspection/0006-giscanner-add-a-lib-dirs-envvar-option.patch
 create mode 100644 package/gobject-introspection/0007-Add-rpath-links-to-ccompiler.patch
 create mode 100644 package/gobject-introspection/0008-ignore-error-return-codes-from-ldd-wrapper.patch
 create mode 100644 package/gobject-introspection/Config.in
 create mode 100644 package/gobject-introspection/g-ir-compiler.in
 create mode 100644 package/gobject-introspection/g-ir-scanner-lddwrapper.in
 create mode 100644 package/gobject-introspection/g-ir-scanner-qemuwrapper.in
 create mode 100644 package/gobject-introspection/g-ir-scanner.in
 create mode 100644 package/gobject-introspection/gobject-introspection.hash
 create mode 100644 package/gobject-introspection/gobject-introspection.mk
 create mode 100644 package/libiberty/libiberty.hash
 create mode 100644 package/libiberty/libiberty.mk
 create mode 100644 package/prelink-cross/prelink-cross.hash
 create mode 100644 package/prelink-cross/prelink-cross.mk

-- 
2.21.1 (Apple Git-122.3)

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

end of thread, other threads:[~2020-02-20 21:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-11 16:33 [Buildroot] [PATCH v17 0/5] gobject-introspection: new package aduskett at gmail.com
2020-02-11 16:34 ` [Buildroot] [PATCH v17 1/5] package/libiberty: " aduskett at gmail.com
2020-02-11 16:34 ` [Buildroot] [PATCH v17 2/5] package/gdb: depend on libiberty aduskett at gmail.com
2020-02-11 16:34 ` [Buildroot] [PATCH v17 3/5] package/prelink-cross: new package aduskett at gmail.com
2020-02-11 16:34 ` [Buildroot] [PATCH v17 4/5] package/pkgconf: prepend sysroot paths to common gobject-introspection utils aduskett at gmail.com
2020-02-12 13:09   ` Adam Duskett
2020-02-11 16:34 ` [Buildroot] [PATCH v17 5/5] package/gobject-introspection: new package aduskett at gmail.com
2020-02-12 20:09   ` Yegor Yefremov
2020-02-17 14:16     ` Giulio Benetti
2020-02-20 21:39 ` [Buildroot] [PATCH v17 0/5] gobject-introspection: " Yann E. MORIN

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.