From: aduskett at gmail.com <aduskett@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v12 0/6] gobject-introspection: new package
Date: Sun, 23 Jun 2019 17:23:36 -0400 [thread overview]
Message-ID: <20190623212342.41809-1-aduskett@gmail.com> (raw)
From: Adam Duskett <Aduskett@gmail.com>
GOI: the return of the revenge!
Introduced in goi 1.60.x, autotools is no longer supported.
A thousand foot view of this patch series includes:
- Adding the new libiberty package and making gdb depend on it.
- Bumping GOI to 1.60.2 and converting to meson
- Introducing several patches that are meson specific.
- Removing several patches that were autotools specific
- Lots of frustration.
Enjoy!
Adam
Adam Duskett (6):
package/libiberty: new package
package/prelink-cross: new package
package/gdb: depend on libiberty
package/meson: prevent python include path manipulation
package/qemu: drop host kernel version check
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 ++++++++++++++++++
...d-disable-tests-when-cross-compiling.patch | 27 +++
...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 | 26 +++
.../gobject-introspection/g-ir-compiler.in | 2 +
.../g-ir-scanner-lddwrapper.in | 2 +
.../g-ir-scanner-qemuwrapper.in | 17 ++
package/gobject-introspection/g-ir-scanner.in | 7 +
.../gobject-introspection.hash | 4 +
.../gobject-introspection.mk | 103 +++++++++++
package/libiberty/libiberty.hash | 2 +
package/libiberty/libiberty.mk | 27 +++
...-environment-when-calling-pkg-config.patch | 48 ++++++
package/prelink-cross/prelink-cross.hash | 3 +
package/prelink-cross/prelink-cross.mk | 15 ++
package/qemu/qemu.mk | 22 ---
24 files changed, 716 insertions(+), 23 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-meson.build-disable-tests-when-cross-compiling.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/meson/0002-python-module-do-not-manipulate-the-environment-when-calling-pkg-config.patch
create mode 100644 package/prelink-cross/prelink-cross.hash
create mode 100644 package/prelink-cross/prelink-cross.mk
--
2.21.0
next reply other threads:[~2019-06-23 21:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-23 21:23 aduskett at gmail.com [this message]
2019-06-23 21:23 ` [Buildroot] [PATCH v12 1/6] package/libiberty: new package aduskett at gmail.com
2019-06-23 21:23 ` [Buildroot] [PATCH v12 2/6] package/prelink-cross: " aduskett at gmail.com
2019-06-23 21:23 ` [Buildroot] [PATCH v12 3/6] package/gdb: depend on libiberty aduskett at gmail.com
2019-06-23 21:23 ` [Buildroot] [PATCH v12 4/6] package/meson: prevent python include path manipulation aduskett at gmail.com
2019-06-23 21:23 ` [Buildroot] [PATCH v12 5/6] package/qemu: drop host kernel version check aduskett at gmail.com
2019-08-03 22:27 ` Arnout Vandecappelle
2019-06-23 21:23 ` [Buildroot] [PATCH v12 6/6] package/gobject-introspection: new package aduskett at gmail.com
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=20190623212342.41809-1-aduskett@gmail.com \
--to=aduskett@gmail.com \
--cc=buildroot@busybox.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox