From: Khem Raj Date: Sat, 18 Aug 2012 06:37:22 +0000 (-0700) Subject: patchelf: New recipe X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2a3223e228137030569e3930ea9959b146780c3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git patchelf: New recipe Add recipe for patchelf so we can build it for target and nativesdk as well. Signed-off-by: Khem Raj --- 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 00000000000..62a465f65db --- /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"