show package list on make info in the image builder
SVN-Revision: 6103
This commit is contained in:
parent
351d0d4b07
commit
7cb45c3be8
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ define Profile
|
|||
$(ID)_NAME:=$(NAME)
|
||||
$(ID)_PACKAGES:=$(PACKAGES)
|
||||
PROFILE_LIST += \
|
||||
echo '$(ID):'; echo ' $(NAME)';
|
||||
echo '$(ID):'; [ -z '$(NAME)' ] || echo ' $(NAME)'; echo ' Packages: $(PACKAGES)';
|
||||
endif
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue