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