Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Adam Duskett <aduskett@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v8 2/5] prelink-cross: new package
Date: Sun, 29 Jul 2018 15:19:18 -0400	[thread overview]
Message-ID: <20180729191921.11216-3-aduskett@gmail.com> (raw)
In-Reply-To: <20180729191921.11216-1-aduskett@gmail.com>


Prelink-cross emulates a runtime linker for a given sysroot. This is
necessary to allow gobject-introspection to build it's typelib files
during cross-compiling.

Signed-off-by: Adam Duskett <aduskett@gmail.com>
---
Changes v1 -> v7:
  - Add patch to series.

Changes v7 -> v8:
  - None

 package/Config.in.host                   |  1 +
 package/prelink-cross/Config.in.host     |  6 ++++++
 package/prelink-cross/prelink-cross.hash |  3 +++
 package/prelink-cross/prelink-cross.mk   | 15 +++++++++++++++
 4 files changed, 25 insertions(+)
 create mode 100644 package/prelink-cross/Config.in.host
 create mode 100644 package/prelink-cross/prelink-cross.hash
 create mode 100644 package/prelink-cross/prelink-cross.mk

diff --git a/package/Config.in.host b/package/Config.in.host
index 7838ffc219..9ce23b181d 100644
--- a/package/Config.in.host
+++ b/package/Config.in.host
@@ -41,6 +41,7 @@ menu "Host utilities"
 	source "package/parted/Config.in.host"
 	source "package/patchelf/Config.in.host"
 	source "package/pkgconf/Config.in.host"
+	source "package/prelink-cross/Config.in.host"
 	source "package/pru-software-support/Config.in.host"
 	source "package/pwgen/Config.in.host"
 	source "package/python-cython/Config.in.host"
diff --git a/package/prelink-cross/Config.in.host b/package/prelink-cross/Config.in.host
new file mode 100644
index 0000000000..8394935529
--- /dev/null
+++ b/package/prelink-cross/Config.in.host
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_HOST_PRELINK_CROSS
+	bool "host prelink-cross"
+	help
+	  Emulate a runtime linker for a given sysroot.
+
+	  https://wiki.yoctoproject.org/wiki/Cross-Prelink
diff --git a/package/prelink-cross/prelink-cross.hash b/package/prelink-cross/prelink-cross.hash
new file mode 100644
index 0000000000..ed8e7b211a
--- /dev/null
+++ b/package/prelink-cross/prelink-cross.hash
@@ -0,0 +1,3 @@
+# Locally computed
+sha256  7f2f864f330d4e44abba252d36e2795e6639e46b0ca927aa477cfd1419ca4995  prelink-cross-05aeafd053e56356ec8c62f4bb8f7b95bae192f3.tar.gz
+sha256  b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf  COPYING
diff --git a/package/prelink-cross/prelink-cross.mk b/package/prelink-cross/prelink-cross.mk
new file mode 100644
index 0000000000..2cecf12f48
--- /dev/null
+++ b/package/prelink-cross/prelink-cross.mk
@@ -0,0 +1,15 @@
+################################################################################
+#
+# host-prelink-cross
+#
+################################################################################
+
+HOST_PRELINK_CROSS_VERSION = 05aeafd053e56356ec8c62f4bb8f7b95bae192f3
+HOST_PRELINK_CROSS_SITE = git://git.yoctoproject.org/prelink-cross
+HOST_PRELINK_CROSS_SITE_METHOD = git
+HOST_PRELINK_CROSS_LICENSE = GPL-2.0
+HOST_PRELINK_CROSS_LICENSE_FILES = COPYING
+HOST_PRELINK_CROSS_AUTORECONF = YES
+HOST_PRELINK_CROSS_DEPENDENCIES = host-binutils
+
+$(eval $(host-autotools-package))
-- 
2.17.1

  parent reply	other threads:[~2018-07-29 19:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-29 19:19 [Buildroot] [PATCH v8 0/5] Gobject-introspection: New package Adam Duskett
2018-07-29 19:19 ` [Buildroot] [PATCH v8 1/5] binutils: install libiberty for host build Adam Duskett
2018-07-29 19:19 ` Adam Duskett [this message]
2018-07-29 19:19 ` [Buildroot] [PATCH v8 3/5] gstreamer1 packages: explicitly disable introspection Adam Duskett
2018-07-31 20:57   ` Thomas Petazzoni
2018-07-29 19:19 ` [Buildroot] [PATCH v8 4/5] gobject-introspection: new package Adam Duskett
2018-12-05 22:26   ` Joseph Kogut
2018-12-10 16:53     ` Adam Duskett
2018-07-29 19:19 ` [Buildroot] [PATCH v8 5/5] gstreamer1 packages: add support for introspection Adam Duskett

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=20180729191921.11216-3-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