regen Packages.gz when apt hashes change
This commit is contained in:
parent
09c3a79d8c
commit
352783aa65
2
Makefile
2
Makefile
|
@ -106,7 +106,7 @@ $(CONFIG_DIR)/apt-base.list
|
||||||
/usr/local/bin/packages-update
|
/usr/local/bin/packages-update
|
||||||
|
|
||||||
# Pin all packages in toolchain container to latest versions
|
# Pin all packages in toolchain container to latest versions
|
||||||
$(FETCH_DIR)/apt/Packages.bz2:
|
$(FETCH_DIR)/apt/Packages.bz2: $(CONFIG_DIR)/apt-hashes-x86_64.list
|
||||||
docker run \
|
docker run \
|
||||||
--rm \
|
--rm \
|
||||||
--tty \
|
--tty \
|
||||||
|
|
Reference in New Issue