hqbai 39c42d7999 build-pkgs: Fixed single packages building no quit issue
In the commit: 2cc754c462f4a628257f53d14d4e957d736155b4
"Message when building non-existing package", after the
below assignment:
"self.lists['pkgs_not_found'] = packages"
actually lists['pkgs_not_found'] is simply a reference
to the same object in memory as 'packages', and next
'self.lists['pkgs_not_found'].remove(pkg)' empties
the value of 'packages' and causes the single packages
building not quit. This fix is using python deepcopy
to resolve this issue.

Test Plan:
Pass: build-pkgs -p <valid packages>
Pass: build-pkgs -c -p <valid packages>

Closes-Bug: 2015980

Signed-off-by: hqbai <haiqing.bai@windriver.com>
Change-Id: I5883b0a6b07803ed12dc2df0ee7f387cfef545ae
2023-04-13 09:42:04 +08:00
2022-10-31 16:01:18 +08:00
2023-02-14 16:36:01 -05:00
2019-04-19 19:52:37 +00:00
2018-06-01 07:45:23 -07:00
2022-12-26 21:12:47 +00:00
Description
StarlingX build source tree root
12 MiB
Languages
Python 60.7%
Shell 38.2%
BitBake 0.6%
Dockerfile 0.5%