]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
patchelf: New recipe
authorKhem Raj <raj.khem@gmail.com>
Sat, 18 Aug 2012 06:37:22 +0000 (23:37 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sat, 6 Oct 2012 18:16:31 +0000 (11:16 -0700)
Add recipe for patchelf so we can build it for target and nativesdk
as well.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-devtools/patchelf/patchelf_0.6.bb [new file with mode: 0644]

diff --git a/meta/recipes-devtools/patchelf/patchelf_0.6.bb b/meta/recipes-devtools/patchelf/patchelf_0.6.bb
new file mode 100644 (file)
index 0000000..62a465f
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright (C) 2010 Khem Raj <raj.khem@gmail.com>
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "PatchELF is a small utility to modify the dynamic linker and RPATH of ELF executables."
+HOMEPAGE = "http://nixos.org/patchelf.html"
+LICENSE = "GPL-3.0"
+SECTION = "devel"
+PROVIDES += "chrpath"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+SRCREV = "a1ddbd47d3836a5912a05439f4321db0e329fbbf"
+
+SRC_URI = "http://hydra.nixos.org/build/1524660/download/2/patchelf-${PV}.tar.bz2"
+SRC_URI[md5sum] = "5087261514b4b5814a39c3d3a36eb6ef"
+SRC_URI[sha256sum] = "fc7e7fa95f282fc37a591a802629e0e1ed07bc2a8bf162228d9a69dd76127c01"
+
+inherit autotools
+
+BBCLASSEXTEND = "native nativesdk"