mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
insane: remove unused variable
(From OE-Core rev: 1165a0b161ffc32258b0726e6ef3082d97dfb32a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8c8b70c2ed
commit
5dab6274b1
@@ -165,7 +165,6 @@ def package_qa_check_rpath(file,name, d, elf, messages):
|
||||
return
|
||||
|
||||
bad_dirs = [d.getVar('TMPDIR', True) + "/work", d.getVar('STAGING_DIR_TARGET', True)]
|
||||
bad_dir_test = d.getVar('TMPDIR', True)
|
||||
|
||||
if not bad_dirs[0] in d.getVar('WORKDIR', True):
|
||||
bb.fatal("This class assumed that WORKDIR is ${TMPDIR}/work... Not doing any check")
|
||||
|
||||
Reference in New Issue
Block a user