blob: d70303963c4200a3bf9a481851a793d4d5a160ee [file] [log] [blame]
Patrick Williamsc0f7c042017-02-23 20:41:17 -06001SRC_URI = "http://nixos.org/releases/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.bz2 \
2 file://Skip-empty-section-fixes-66.patch \
3 file://handle-read-only-files.patch \
4 file://Increase-maxSize-to-64MB.patch \
Brad Bishop6e60e8b2018-02-01 10:27:11 -05005 file://avoidholes.patch \
Brad Bishopd7bf8c12018-02-25 22:55:05 -05006 file://fix-adjusting-startPage.patch \
Patrick Williamsc0f7c042017-02-23 20:41:17 -06007"
8
9LICENSE = "GPLv3"
10SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries"
11
12SRC_URI[md5sum] = "d02687629c7e1698a486a93a0d607947"
13SRC_URI[sha256sum] = "a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83"
14
15LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
16
17inherit autotools
18
19BBCLASSEXTEND = "native nativesdk"