mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
Two patches were merged upstream, the other needed refreshing. (From OE-Core rev: 9a4547804f0a889dc583e84a00374085ecf7f361) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
427 B
BlitzBasic
17 lines
427 B
BlitzBasic
SRC_URI = "git://github.com/NixOS/patchelf;protocol=https \
|
|
file://handle-read-only-files.patch \
|
|
"
|
|
|
|
LICENSE = "GPLv3"
|
|
SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries"
|
|
|
|
SRCREV = "d6b2a72d9ec3bdfde4b1aacdada823ce388968bb"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
inherit autotools
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|