mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
chrpath: Drop warning from darwn builds
This was old debug which can safely be removed for less noisy builds. (From OE-Core rev: d0be4b37743492fc9c178fd6f9ef73a5eb2fd9c3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -54,7 +54,6 @@ def process_file_darwin(cmd, fpath, rootdir, baseprefix, tmpdir, d):
|
||||
continue
|
||||
|
||||
newpath = "@loader_path/" + os.path.relpath(rpath, os.path.dirname(fpath.replace(rootdir, "/")))
|
||||
bb.warn("%s %s %s %s" % (fpath, rpath, newpath, rootdir))
|
||||
p = sub.Popen([d.expand("${HOST_PREFIX}install_name_tool"), '-change', rpath, newpath, fpath],stdout=sub.PIPE,stderr=sub.PIPE)
|
||||
err, out = p.communicate()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user