aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/patchelf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-06-15 10:16:32 -0700
committerKhem Raj <raj.khem@gmail.com>2010-06-15 10:16:32 -0700
commitffd3912629452018eb7cbf248314d78252256764 (patch)
treeb0ca2e07be0edfc591ec45f577b91d3ec0507bfe /recipes/patchelf
parent83a48026dd927da1c4f0347a43df18b1ec4e8369 (diff)
downloadopenembedded-ffd3912629452018eb7cbf248314d78252256764.tar.gz
patchelf: New recipe
* Its used to modify rpaths in ELF files. Replacement for chrpath. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/patchelf')
-rw-r--r--recipes/patchelf/patchelf_0.5.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/patchelf/patchelf_0.5.bb b/recipes/patchelf/patchelf_0.5.bb
new file mode 100644
index 0000000000..8fdd60ddb9
--- /dev/null
+++ b/recipes/patchelf/patchelf_0.5.bb
@@ -0,0 +1,17 @@
+# 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 = "GPLv3"
+SECTION = "devel"
+DEPENDS = ""
+PR = "r0"
+
+SRC_URI = "http://hydra.nixos.org/build/114505/download/2/patchelf-${PV}.tar.bz2"
+
+SRC_URI[md5sum] = "c41fc98091d15dc93ba876c3ef11f43c"
+SRC_URI[sha256sum] = "24b9a850af45e1a277e234b9eb090b52305a2e1c6b02addeb3ae98b4b49d37ce"
+
+BBCLASSEXTEND = "native"
+NATIVE_INSTALL_WORKS = "1"