mirror of
git://git.yoctoproject.org/poky
synced 2026-09-13 10:46:15 +00:00
bitbake: buildinfohelper: Drop unused variables
(Bitbake rev: d720dfa40620e64a557edef527148d58fcb1d858) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
6d1d9f3d78
commit
cbeda8ee3b
@ -496,7 +496,7 @@ class ORMWrapper(object):
|
|||||||
if not parent_path:
|
if not parent_path:
|
||||||
parent_path = "/"
|
parent_path = "/"
|
||||||
parent_obj = self._cached_get(Target_File, target = target_obj, path = parent_path, inodetype = Target_File.ITYPE_DIRECTORY)
|
parent_obj = self._cached_get(Target_File, target = target_obj, path = parent_path, inodetype = Target_File.ITYPE_DIRECTORY)
|
||||||
tf_obj = Target_File.objects.create(
|
Target_File.objects.create(
|
||||||
target = target_obj,
|
target = target_obj,
|
||||||
path = path,
|
path = path,
|
||||||
size = size,
|
size = size,
|
||||||
@ -561,7 +561,7 @@ class ORMWrapper(object):
|
|||||||
|
|
||||||
parent_obj = Target_File.objects.get(target = target_obj, path = parent_path, inodetype = Target_File.ITYPE_DIRECTORY)
|
parent_obj = Target_File.objects.get(target = target_obj, path = parent_path, inodetype = Target_File.ITYPE_DIRECTORY)
|
||||||
|
|
||||||
tf_obj = Target_File.objects.create(
|
Target_File.objects.create(
|
||||||
target = target_obj,
|
target = target_obj,
|
||||||
path = path,
|
path = path,
|
||||||
size = size,
|
size = size,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user