mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
Revert "cml1.bbclass: Return sorted list of cfg files"
This reverts commit dee41e92f0efac7e453597bed4b4c02f867e3aa9. This patch breaks cases where some config files make changes to earlier ones, ordering is important. The reproducibility issue in busybox was elsewhere. (From OE-Core rev: ab0a296607b58775e91948ba40956c666dbb1244) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
d686afb18f
commit
e109bdae37
@ -6,7 +6,7 @@ def find_cfgs(d):
|
||||
if s.endswith('.cfg'):
|
||||
sources_list.append(s)
|
||||
|
||||
return sorted(sources_list)
|
||||
return sources_list
|
||||
|
||||
cml1_do_configure() {
|
||||
set -e
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user