7d44c6b00b
Why I did it deb11u1 is deprecated. Use deb11u2 instead. Other branches are not impacted, because their reproducible build version files are up to date. Work item tracking Microsoft ADO (number only): 26964185 How I did it How to verify it Co-authored-by: Liu Shilong <shilongliu@microsoft.com>
10 lines
231 B
Makefile
10 lines
231 B
Makefile
# debootstrap package
|
|
|
|
DEBOOTSTRAP_VERSION = 1.0.123+deb11u2
|
|
|
|
export DEBOOTSTRAP_VERSION
|
|
|
|
DEBOOTSTRAP = debootstrap_$(DEBOOTSTRAP_VERSION)_all.deb
|
|
$(DEBOOTSTRAP)_SRC_PATH = $(SRC_PATH)/debootstrap
|
|
SONIC_MAKE_DEBS += $(DEBOOTSTRAP)
|