ifupdown-extra packaging fix
ifupdown-extra was recently added to the set of packages that StarlingX compiles. Previously StarlingX was using a pre-compiled package provided by upstream. THe update that introduced ifupdown-extra was... https://review.opendev.org/c/starlingx/integ/+/842614 When the change was made, the packaging changes defining the iso content were not updated. As a result, the upstream version of ifupdown-extra continued to be used. This update the the iso packaging to include the locally compiled ifupdown-extra, rather than the upstream version. Testing: Build and install the iso. Verify that the StarlingX modified version is present by looking for the new function 'get_prefix_length'. e.g. cat /usr/etc/network/if-up.d/20static-routes | grep get_prefix_length Closes-Bug: 1974229 Signed-off-by: Scott Little <scott.little@windriver.com> Change-Id: Iab3c83ae8373923cb0358c7324c9e13542f50327
This commit is contained in:
parent
f6677ed9f9
commit
5152a9e333
@ -140,7 +140,6 @@ hostname 3.23
|
||||
ieee-data 20210605.1
|
||||
ifenslave 2.12
|
||||
ifupdown 0.8.36
|
||||
ifupdown-extra 0.32
|
||||
init 1.60
|
||||
init-system-helpers 1.60
|
||||
initramfs-tools 0.140
|
||||
|
@ -318,6 +318,9 @@ helm
|
||||
#hostdata-collectors
|
||||
engtools
|
||||
|
||||
#ifupdown-extra
|
||||
ifupdown-extra
|
||||
|
||||
#initramfs-ostree
|
||||
#initramfs-ostree # only used for build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user