summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-devtools/patchelf/patchelf_0.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-devtools/patchelf/patchelf_0.10.bb')
-rw-r--r--poky/meta/recipes-devtools/patchelf/patchelf_0.10.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/poky/meta/recipes-devtools/patchelf/patchelf_0.10.bb b/poky/meta/recipes-devtools/patchelf/patchelf_0.10.bb
new file mode 100644
index 000000000..580108e8b
--- /dev/null
+++ b/poky/meta/recipes-devtools/patchelf/patchelf_0.10.bb
@@ -0,0 +1,16 @@
+SRC_URI = "http://nixos.org/releases/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.bz2 \
+ file://handle-read-only-files.patch \
+ file://fix-adjusting-startPage.patch \
+ "
+
+LICENSE = "GPLv3"
+SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries"
+
+SRC_URI[md5sum] = "6c3f3a06a95705870d129494a6880106"
+SRC_URI[sha256sum] = "f670cd462ac7161588c28f45349bc20fb9bd842805e3f71387a320e7a9ddfcf3"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+inherit autotools
+
+BBCLASSEXTEND = "native nativesdk"