Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 1 | SRC_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 Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 5 | file://avoidholes.patch \ |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 6 | file://fix-adjusting-startPage.patch \ |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 7 | " |
| 8 | |
| 9 | LICENSE = "GPLv3" |
| 10 | SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries" |
| 11 | |
| 12 | SRC_URI[md5sum] = "d02687629c7e1698a486a93a0d607947" |
| 13 | SRC_URI[sha256sum] = "a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83" |
| 14 | |
| 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 16 | |
| 17 | inherit autotools |
| 18 | |
| 19 | BBCLASSEXTEND = "native nativesdk" |