apt-conf: fix IMAGE_INIT_LIST handling

It shouldn't be overridden but rather appended to;
the leading "+" is ensured by lib/profile.mk
(see also mkimage's README for details).
This commit is contained in:
Michael Shigorin 2018-08-15 22:58:11 +03:00
parent eca0ce0fcf
commit 528cabd5c0

View File

@ -1,7 +1,7 @@
use/apt-conf: use/apt-conf:
@$(call add_feature) @$(call add_feature)
@$(call add,THE_PACKAGES,apt-conf-$$(THE_APT_CONF)) @$(call add,THE_PACKAGES,apt-conf-$$(THE_APT_CONF))
@$(call set,IMAGE_INIT_LIST,+apt-conf-$$(THE_APT_CONF)) @$(call add,IMAGE_INIT_LIST,apt-conf-$$(THE_APT_CONF))
@$(call try,THE_APT_CONF,sisyphus) @$(call try,THE_APT_CONF,sisyphus)
use/apt-conf/branch: use/apt-conf use/apt-conf/branch: use/apt-conf