Merging upstream version 2.3.1:
- properly handles big-endian data in `iputils.py` (Closes: #1057031). Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1fb60de7fe
commit
a8f39c03aa
24 changed files with 598 additions and 437 deletions
|
@ -49,13 +49,4 @@ python3.install_sources(
|
|||
subdir: 'staslib',
|
||||
)
|
||||
|
||||
#===============================================================================
|
||||
# Make a list of modules to lint
|
||||
skip = ['stafd.idl', 'stacd.idl']
|
||||
foreach file: files_to_install
|
||||
fname = fs.name('@0@'.format(file))
|
||||
if fname not in skip
|
||||
modules_to_lint += file
|
||||
endif
|
||||
endforeach
|
||||
|
||||
packages_to_lint += meson.current_build_dir()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue