python-pyside: add shiboken-native as dependency and bump INC_PR
[openembedded.git] / recipes / patchelf / patchelf_0.5.bb
blob8fdd60ddb9ab9115d459a24b72fbf54d555516e2
1 # Copyright (C) 2010 Khem Raj <raj.khem@gmail.com>
2 # Released under the MIT license (see COPYING.MIT for the terms)
4 DESCRIPTION = "PatchELF is a small utility to modify the dynamic linker and RPATH of ELF executables."
5 HOMEPAGE = "http://nixos.org/patchelf.html"
6 LICENSE = "GPLv3"
7 SECTION = "devel"
8 DEPENDS = ""
9 PR = "r0"
11 SRC_URI = "http://hydra.nixos.org/build/114505/download/2/patchelf-${PV}.tar.bz2"
13 SRC_URI[md5sum] = "c41fc98091d15dc93ba876c3ef11f43c"
14 SRC_URI[sha256sum] = "24b9a850af45e1a277e234b9eb090b52305a2e1c6b02addeb3ae98b4b49d37ce"
16 BBCLASSEXTEND = "native"
17 NATIVE_INSTALL_WORKS = "1"