Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 1 | SRC_URI = "http://nixos.org/releases/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.bz2 \ |
| 2 | file://maxsize.patch" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 3 | LICENSE = "GPLv3" |
| 4 | SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries" |
| 5 | |
| 6 | SRC_URI[md5sum] = "5b151e3c83b31f5931b4a9fc01635bfd" |
| 7 | SRC_URI[sha256sum] = "c99f84d124347340c36707089ec8f70530abd56e7827c54d506eb4cc097a17e7" |
| 8 | |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 10 | |
| 11 | inherit autotools |
| 12 | |
| 13 | BBCLASSEXTEND = "native nativesdk" |