[oe-commits] Khem Raj : patchelf: New recipe

git version control git at git.openembedded.org
Tue Jun 15 17:17:20 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ffd3912629452018eb7cbf248314d78252256764
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ffd3912629452018eb7cbf248314d78252256764

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Jun 15 10:16:32 2010 -0700

patchelf: New recipe

* Its used to modify rpaths in ELF files. Replacement for chrpath.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/patchelf/patchelf_0.5.bb |   17 +++++++++++++++++
 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 0000000..8fdd60d
--- /dev/null
+++ b/recipes/patchelf/patchelf_0.5.bb
@@ -0,0 +1,17 @@
+# Copyright (C) 2010 Khem Raj <raj.khem at 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"





More information about the Openembedded-commits mailing list