package/prelink-cross: new package
authorAdam Duskett <Aduskett@gmail.com>
Wed, 6 Feb 2019 09:15:27 +0000 (04:15 -0500)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 17 Mar 2019 09:31:06 +0000 (10:31 +0100)
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>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
[Thomas: drop Config.in.host file and visible option.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/prelink-cross/prelink-cross.hash [new file with mode: 0644]
package/prelink-cross/prelink-cross.mk [new file with mode: 0644]

index 778dffa5d50c61b9edb96fa280fe6c57bc2e22b9..cc4044ff2c5c1d6b42f00e0d673bded9f52e3d21 100644 (file)
@@ -54,6 +54,7 @@ F:    package/nginx-naxsi/
 F:     package/openjdk-bin/
 F:     package/php/
 F:     package/policycoreutils/
+F:     package/prelink-cross/
 F:     package/python3/
 F:     package/python-flask-sqlalchemy/
 F:     package/python-mutagen/
diff --git a/package/prelink-cross/prelink-cross.hash b/package/prelink-cross/prelink-cross.hash
new file mode 100644 (file)
index 0000000..3ac33ac
--- /dev/null
@@ -0,0 +1,3 @@
+# Locally computed
+sha256  cb3f5d833cd74b7e90e38465c9c948b0f4138c017509cb91e391b0931063429e  prelink-cross-a853a5d715d84eec93aa68e8f2df26b7d860f5b2.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 (file)
index 0000000..ab7a967
--- /dev/null
@@ -0,0 +1,15 @@
+################################################################################
+#
+# host-prelink-cross
+#
+################################################################################
+
+HOST_PRELINK_CROSS_VERSION = a853a5d715d84eec93aa68e8f2df26b7d860f5b2
+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 host-elfutils
+
+$(eval $(host-autotools-package))