From c2a3223e228137030569e3930ea9959b146780c3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 17 Aug 2012 23:37:22 -0700 Subject: patchelf: New recipe Add recipe for patchelf so we can build it for target and nativesdk as well. Signed-off-by: Khem Raj --- meta/recipes-devtools/patchelf/patchelf_0.6.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-devtools/patchelf/patchelf_0.6.bb diff --git a/meta/recipes-devtools/patchelf/patchelf_0.6.bb b/meta/recipes-devtools/patchelf/patchelf_0.6.bb new file mode 100644 index 0000000000..62a465f65d --- /dev/null +++ b/meta/recipes-devtools/patchelf/patchelf_0.6.bb @@ -0,0 +1,20 @@ +# Copyright (C) 2010 Khem Raj +# 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" -- cgit 1.2.3-korg