alpine.mk: include the dependencies in the APK_INDEX
The APK_FILES does not contain the dependencies for the wanted packages so we cannot use this variable when generating the index.
This commit is contained in:
parent
027f227852
commit
e83cfd6c27
@ -186,7 +186,7 @@ $(ISO_REPOS_DIRSTAMP): $(ISO_PKGDIR)/APK_INDEX.gz
|
|||||||
|
|
||||||
$(ISO_PKGDIR)/APK_INDEX.gz: $(APK_FILES)
|
$(ISO_PKGDIR)/APK_INDEX.gz: $(APK_FILES)
|
||||||
@echo "==> iso: generating repository index"
|
@echo "==> iso: generating repository index"
|
||||||
@apk index $(APK_FILES) | gzip > $@
|
@apk index $(ISO_PKGDIR)/*.apk | gzip > $@
|
||||||
|
|
||||||
$(ISO_KERNEL): $(KERNEL_APK)
|
$(ISO_KERNEL): $(KERNEL_APK)
|
||||||
@echo "==> iso: install kernel $(KERNEL)"
|
@echo "==> iso: install kernel $(KERNEL)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user